Skip to content

Practice of the_essence_of_computing, including experimental STL containers, lock-free containers and database index containers.

Notifications You must be signed in to change notification settings

Yankefei/the_essence_of_computing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

Practice of the_essence_of_computing, including experimental STL containers, lock-free containers and database index containers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages