Projects with this topic
Sort by:
-
A high-performance URL shortening engine built with C++17. Features L1 in-memory caching for <0.1ms latency, reader-writer locking for concurrent access, and SQLite WAL-mode persistence. Designed for high-throughput and thread-safe operations.
Updated -
Example of unit-testing inserting rows to a sqlite3 database in memory using rollback so that each test is independent.
Updated