|
Container System 0.1.0
High-performance C++20 type-safe container framework with SIMD-accelerated serialization
|
| ▼Nkcenon | |
| ▼Ncontainer | |
| ▼Nasync | |
| ▼Ndetail | |
| Casync_awaitable | Awaitable that runs work in a separate thread |
| Casync_state | Shared state for async operations |
| Cexecutor_awaitable | Awaitable that runs work using an executor or fallback thread |
| Cexecutor_state | Shared state for executor-based async operations |
| Cgenerator_promise | Promise type for generator |
| ▼Cpromise_base | Base promise type with common functionality |
| Cfinal_awaiter | Final awaiter that resumes the continuation |
| Cpromise_type | Promise type for value-returning tasks |
| Cpromise_type< void > | Promise type for void-returning tasks |
| Casync_container | Async wrapper for value_container operations |
| Casync_executor_context | Global executor for async operations |
| Cexecutor_context_guard | RAII guard for setting executor context |
| ▼Cgenerator | Forward declaration of generator |
| Citerator | Iterator for generator |
| ▼Ctask | Forward declaration of task |
| Cawaiter | Awaitable interface |
| ▼Ndetail | Compile-time verification of type alignment |
| Ccircular_ref_guard | |
| ▼Nintegration | |
| Ccontainer_performance_monitor | RAII container performance monitor |
| Cmessaging_container_builder | Builder pattern for messaging containers |
| ▼Cmessaging_integration | Container integration manager for messaging systems |
| Cmetrics | Performance metrics collection |
| ▼Ninternal | |
| ▼Cfixed_block_pool | |
| Cstatistics | Statistics for monitoring memory pool usage |
| Cpool_allocator | Thread-local pool manager for value_container allocations |
| Cpool_allocator_stats | Extended pool statistics with hit/miss tracking |
| Cpool_size_class | Size class thresholds for pool allocation |
| ▼Nsimd | |
| Cscalar_simd_policy | Scalar (non-SIMD) implementation of operations |
| Csimd_compressor | SIMD-accelerated data compressor |
| Csimd_ops | SIMD operations wrapper with compile-time policy selection |
| Csimd_processor | SIMD processor for vectorized operations on container values |
| Csimd_support | Utility to check SIMD support at runtime |
| Csimd_traits | Template for SIMD operations on different types |
| Carray_variant | Recursive array type for variant |
| Cauto_refresh_reader | Auto-refreshing lock-free reader |
| Cepoch_guard | RAII guard for epoch critical section |
| Cepoch_manager | Epoch-based memory reclamation for lock-free data structures |
| Cis_variant_type_v2 | Type traits for variant types |
| Cis_variant_type_v2< array_variant > | |
| Cis_variant_type_v2< bool > | |
| Cis_variant_type_v2< double > | |
| Cis_variant_type_v2< float > | |
| Cis_variant_type_v2< int16_t > | |
| Cis_variant_type_v2< int32_t > | |
| Cis_variant_type_v2< int64_t > | |
| Cis_variant_type_v2< std::monostate > | |
| Cis_variant_type_v2< std::shared_ptr< thread_safe_container > > | |
| Cis_variant_type_v2< std::string > | |
| Cis_variant_type_v2< std::vector< uint8_t > > | |
| Cis_variant_type_v2< uint16_t > | |
| Cis_variant_type_v2< uint32_t > | |
| Cis_variant_type_v2< uint64_t > | |
| Clockfree_container_reader | True lock-free reader using RCU (Read-Copy-Update) pattern |
| Crcu_value | Lock-free value wrapper using Read-Copy-Update (RCU) pattern |
| Csnapshot_reader | Snapshot-based reader for frequently accessed data |
| ▼Cthread_safe_container | Thread-safe container with lock optimization |
| CStatistics | Get statistics |
| Cvalue | Enhanced type-safe value with perfect legacy compatibility |
| Cvalue_index_entry | Value index entry for lazy parsing |
| Cvalue_view | Zero-copy value view for efficient read access |
| ▼Nscenarios | |
| ▼CContentManagementSystem | Content Management System |
| CDocument | |
| ▼CFinancialTransactionSystem | Financial Transaction Processing System |
| CTransaction | |
| ▼CGamingEventSystem | Gaming Event System |
| CGameEvent | |
| ▼CIoTDataCollectionSystem | IoT Data Collection System |
| CSensorReading | |
| ▼Nutilities | |
| ▼Nconversion | |
| Cconvert_string | String conversion utilities |
| ▼Nutility_module | |
| Cconvert_string | String conversion utilities |
| Cformatter | Simple formatter wrapper around std::format |
| ▼CAdvancedContainerExample | |
| CStatistics |