Skip to content

Lightweight implementation of a String library in C++, complete with an underlying buffer manager

Notifications You must be signed in to change notification settings

shaikh58/StringWithBuffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Lightweight implementation of a String library in C++, complete with an underlying buffer manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published