Design, test, and build a BufferManager, and String class that uses the BufferManager. This implementation outperforms the C++ Standard Library String implementation on some basic memory usage tests by 33% for strings of size 100 up to > 10,000. Offers all the major string operations such as object creation, comparison, appending, inserting, replacing, erasing, searching and streaming.
-
Notifications
You must be signed in to change notification settings - Fork 0
shaikh58/StringWithBuffer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Lightweight implementation of a String library in C++, complete with an underlying buffer manager
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published