Container System 0.1.0
High-performance C++20 type-safe container framework with SIMD-accelerated serialization
Loading...
Searching...
No Matches
File List
Here is a list of all files with brief descriptions:
[detail level 123]
  core
  container
 error_codes.h
 fwd.h
 metrics.h
 msgpack.h
 result_integration.h
 schema.h
 types.h
 variant_helpers.h
  serializers
 binary_serializer.cpp
 binary_serializer.h
 json_serializer.cpp
 json_serializer.h
 msgpack_serializer.cpp
 msgpack_serializer.h
 serializer_factory.cpp
 serializer_factory.h
 serializer_strategy.h
 xml_serializer.cpp
 xml_serializer.h
 concepts.h
 container.cpp
 container.h
 container_schema.cppImplementation of container_schema class
 policy_container.h
 simd_batch.h
 storage_policy.h
 value_store.cpp
 value_store.h
 value_types.cpp
 value_types.h
 docs
  examples
 advanced_container_example.cppMulti-threaded container operations and performance scenarios
 asio_integration_example.cppAsio integration patterns: strands, timers, thread pools, and message queues
 async_coroutine_example.cppC++20 coroutine-based async serialization, file I/O, and streaming
 basic_container_example.cppBasic container creation, value types, and serialization
 error_handling_example.cpp
 iterator_example.cppSTL-compatible iterator support for value_container
 messaging_integration_example.cppMessaging system integration, round-trip serialization, and memory efficiency
 policy_container_example.cpp
 real_world_scenarios.cppPractical application scenarios: IoT, finance, gaming, and CMS
 schema_validation_example.cpp
 serialization_formats_example.cpp
 simd_batch_example.cpp
 thread_safe_rcu_example.cpp
 value_store_example.cpp
  integration
 messaging_integration.cpp
 messaging_integration.h
  internal
  async
 async.hMain header for C++20 coroutine async support
 async_container.hAsync wrapper for value_container operations
 generator.hC++20 coroutine generator for lazy sequence generation
 task.hC++20 coroutine task type for async operations
 thread_pool_executor.hThread pool executor integration for async operations
 epoch_manager.h
 memory_pool.h
 pool_allocator.hThread-local memory pool allocator for value_container
 rcu_value.h
 simd_policies.hCompile-time SIMD policy selection for vectorized operations
 simd_processor.cpp
 simd_processor.h
 thread_safe_container.cpp
 thread_safe_container.h
 value.cpp
 value.h
 value_view.hZero-copy value view for efficient data access
 variant_value_factory.h
  utilities
  conversion
 convert_string.h
  core
 convert_string.h
 formatter.h
 convert_string_stub.cppStub implementation for thread utilities functions used by container system