Menu

Return from hiatus

I am returning from hiatus, and I have a few goals that developed over my absence.

1. Doxygen for all header files. This is very important because I don't want any potential developers to always have to dig through the source code for documentation, and I also want to post the resulting doxygen for the project web page. Once I have the API fully documented and a Doxyfile built to spec, I will make another minor release to incorporate the documentation additions.

2. Implement singly linked lists, and use them for the stack and queue backends. I spoke to one of my coworkers about his thoughts on how to make improvements on the project, and I agree with him that this would be important for both performance and memory usage overhead for those 2 structures.

3. Implement hashing and hash tables of various varieties. This would be a good finishing touch to round out the list of available data structures without getting into anything more specialized.

For those curious people reading the news page, my wife delivered a baby boy about a month and a half ago. Life in our household has changed quite a bit, and I have not really had any opportunity to work on any personal projects until now.

Posted by Chucks 2007-10-17

Log in to post a comment.