|
| | benchmark_gate.py |
| |
| | benchmark_sdds3.cc |
| | Comparable serial C and C++ SDDS benchmark workloads.
|
| |
| | fuzz_sdds3.cc |
| | In-process fuzz harness for the standalone C++ SDDS parser and decoders.
|
| |
| | SDDSArray.cc |
| | Archived implementation of the original SDDS3 array class.
|
| |
| | SDDSColumn.cc |
| | Archived implementation of the original SDDS3 column class.
|
| |
| | SDDSFile.cc |
| | Archived implementation of the original SDDS3 file class.
|
| |
| | SDDSIO.cc |
| | Public byte-source and byte-sink adapters for the C++17 SDDS interface.
|
| |
| | SDDSLayout.cc |
| | Core type, error-context, and immutable layout lookup operations.
|
| |
| | SDDSLegacy.cc |
| | Deprecated SDDSFile method facade implemented on the C++17 SDDS API.
|
| |
| | SDDSModern.cc |
| | Standalone C++17 implementation of the serial SDDS protocol.
|
| |
| | SDDSParameter.cc |
| | Archived implementation of the original SDDS3 parameter class.
|
| |
| | SDDSTransform.cc |
| | Typed layout and page transformations for the C++17 SDDS interface.
|
| |
| | SDDSUtil.cc |
| | Archived utility functions for the original SDDS3 implementation.
|
| |
| | test_sdds3.cc |
| | Integration tests for the C++17 SDDS implementation.
|
| |
| | test_sdds3_advanced.cc |
| | Acceptance tests for selective I/O, custom streams, live files, and transformations.
|
| |
| | test_sdds3_differential.cc |
| | Differential serial-format tests between the C and C++ SDDS libraries.
|
| |