This document summarizes a presentation about building a high performance directory server in Java using the OpenDS project. It discusses the OpenDS architecture, design patterns used like asynchronous I/O and immutable objects, experiences tuning the Sun JVM like using large heap sizes and the CMS garbage collector. Performance tests showed search and modification rates of over 200,000 and 20,000 operations per second respectively on a Sun x4170 server. The presentation concludes by encouraging people to try OpenDS and get involved in the open source community around it.