|
JH-Toolkit v1.4.1
An engineering-oriented C++20 toolkit with duck-typed concepts, static design, async coroutines, and semantic containers — header-only, RTTI-free, and concurrency-friendly.
|
Files | |
| flat_pool.h | |
| Key-based, contiguous, GC-like interning pool for copyable or movable objects. | |
| observe_pool.h | |
| Top-level user-facing pool for content-based interning of immutable objects. | |
| occ_box.h | |
| A generic container abstraction based on OCC (Optimistic Concurrency Control). | |
| pointer_pool.h | |
| Pointer-based interning for non-copyable, non-movable, structurally immutable objects. | |
| resource_pool.h | |
User-facing aliases for jh::conc::flat_pool with deduced hashing. | |