Practice of the_essence_of_computing
Record some programming skills and patterns
Under the tools directory, there is :
- An experimental STL library.
- An experimental lock free containers library.
- A B tree and B + tree containers library for database indexing.
All the above containers have implemented all the common algorithms and passed some correctness
tests and performance tests.
For the Chinese introduction of tools directory, see ReadMe.md.
For unit testing. To be improved.
-- by Yankefei [email protected]