Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 713 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 713 Bytes

the_essence_of_computing

1. practice directory:

Practice of the_essence_of_computing

2. programming_skill directory:

Record some programming skills and patterns

3. tools directory:

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.

4. test directory:

For unit testing. To be improved.

-- by Yankefei [email protected]