A modular C++ library and command-line application for managing books with custom memory pooling.
Efficient, fast, and reusable — designed with clean architecture and performance in mind.
- Custom memory pooling with pre-allocated object memory
- Modular design with clean separation of headers and implementations
- File-based book database system for adding, extracting, and listing books
- Generic
MemoryPool<T>template reusable across types - Lightweight CLI interface