.gitignore
AUTHORS.md
CHANGELOG.md
CLAUDE.md
CMakeLists.txt
CONTRIBUTING.md
DETAILED_DOCUMENTATION.txt
LICENSE
MANIFEST.in
README.md
RELEASING.md
benchmark_app.html
pyproject.toml
setup.py
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/build-wheels.yml
.github/workflows/claude-review.yml
.github/workflows/test.yml
benchmarks/01_pil_baseline.py
benchmarks/02_pytorch_naive.py
benchmarks/03_pytorch_optimized.py
benchmarks/04_pytorch_cached.py
benchmarks/05_turboloader.py
benchmarks/06_ffcv.py
benchmarks/07_dali.py
benchmarks/08_tensorflow.py
benchmarks/09_resnet50_training.py
benchmarks/BENCHMARK_PLAN.md
benchmarks/benchmark_advanced_transforms.py
benchmarks/benchmark_fastdataloader.py
benchmarks/comprehensive_benchmark.py
benchmarks/final_comprehensive_benchmark.py
benchmarks/format_converter_benchmark.py
benchmarks/generate_web_data.py
benchmarks/run_all_benchmarks.py
benchmarks/datasets/generate_synthetic.py
benchmarks/memory/bench_memory.py
benchmarks/results/all_results.json
benchmarks/results/memory/memory.json
benchmarks/results/reports/benchmark_report_20251130_170901.txt
benchmarks/results/reports/benchmark_report_20251130_171033.txt
benchmarks/results/reports/benchmark_report_20251130_172330.txt
benchmarks/results/reports/benchmark_report_20251130_183944.txt
benchmarks/results/reports/benchmark_report_20251130_190214.txt
benchmarks/results/throughput/pytorch.json
benchmarks/results/throughput/turboloader.json
benchmarks/results/transforms/transforms.json
benchmarks/throughput/bench_pytorch.py
benchmarks/throughput/bench_tbl_v2.py
benchmarks/throughput/bench_turboloader.py
benchmarks/throughput/bench_webdataset.py
benchmarks/transforms/bench_transforms.py
benchmarks/visualization/plot_results.py
docs/TROUBLESHOOTING.md
docs/architecture.md
docs/benchmark_setup.md
docs/distributed.md
docs/getting-started.md
docs/index.md
docs/installation.md
docs/quickstart.md
docs/api/index.md
docs/api/pipeline.md
docs/api/transforms.md
docs/benchmarks/index.md
docs/development/contributing.md
docs/guides/pytorch-integration.md
docs/guides/tbl-format.md
docs/guides/tensorflow-integration.md
examples/README.md
examples/avx512_performance.py
examples/complete_v110_workflow.py
examples/distributed_ddp.py
examples/imagenet_resnet50.py
examples/pytorch_lightning_example.py
examples/quickstart.ipynb
examples/tbl_conversion.py
examples/transform_example.py
python/jax_dataloader.py
python/tensorflow_dataloader.py
python/webdataset_loader.py
scripts/download_cifar.py
scripts/download_coco.py
scripts/download_imagenet.py
scripts/generate_benchmark_charts.py
scripts/generate_benchmark_dataset.py
scripts/generate_benchmark_report.py
scripts/verify_installation.py
src/cache/cache_key.hpp
src/cache/disk_cache.hpp
src/cache/lru_cache.hpp
src/cache/tiered_cache.hpp
src/core/buffer_pool.hpp
src/core/compat.hpp
src/core/hybrid_wait.hpp
src/core/object_pool.hpp
src/core/parallel_for.hpp
src/core/sample.hpp
src/core/spsc_ring_buffer.hpp
src/decode/audio_decoder.hpp
src/decode/bmp_decoder.hpp
src/decode/csv_decoder.hpp
src/decode/image_decoder.hpp
src/decode/jpeg_decoder.hpp
src/decode/nvjpeg_decoder.hpp
src/decode/parquet_decoder.hpp
src/decode/png_decoder.hpp
src/decode/text_decoder.hpp
src/decode/tiff_decoder.hpp
src/decode/video_decoder.hpp
src/decode/webp_decoder.hpp
src/distributed/distributed_dataloader.hpp
src/distributed/sharding_strategies.hpp
src/formats/coco_voc_parser.hpp
src/formats/tbl_v2_format.hpp
src/gpu/multi_gpu_pipeline.cpp
src/gpu/multi_gpu_pipeline.hpp
src/io/io_uring_reader.hpp
src/pipeline/checkpointing.hpp
src/pipeline/direct_batch_loader.hpp
src/pipeline/error_recovery.hpp
src/pipeline/gpu_pipeline_integration.hpp
src/pipeline/gpu_prefetch.hpp
src/pipeline/pipeline.hpp
src/pipeline/prefetch_pipeline.hpp
src/pipeline/smart_batching.hpp
src/python/turboloader_bindings.cpp
src/readers/azure_blob_reader.hpp
src/readers/gcs_reader.hpp
src/readers/hdf5_reader.hpp
src/readers/http_reader.hpp
src/readers/lmdb_reader.hpp
src/readers/reader_orchestrator.hpp
src/readers/s3_reader.hpp
src/readers/tar_reader.hpp
src/readers/tbl_v2_reader.hpp
src/readers/tfrecord_reader.hpp
src/readers/zarr_reader.hpp
src/sampling/quasi_random_sampler.hpp
src/sampling/weighted_sampler.hpp
src/transforms/affine_transform.hpp
src/transforms/autoaugment_transform.hpp
src/transforms/blur_transform.hpp
src/transforms/color_jitter_transform.hpp
src/transforms/crop_transform.hpp
src/transforms/erasing_transform.hpp
src/transforms/flip_transform.hpp
src/transforms/grayscale_transform.hpp
src/transforms/modern_augment_transform.hpp
src/transforms/normalize_transform.hpp
src/transforms/pad_transform.hpp
src/transforms/perspective_transform.hpp
src/transforms/posterize_transform.hpp
src/transforms/resize_transform.hpp
src/transforms/rotation_transform.hpp
src/transforms/simd_utils.hpp
src/transforms/solarize_transform.hpp
src/transforms/tensor_conversion.hpp
src/transforms/transform_base.hpp
src/transforms/transforms.hpp
src/transforms/trivial_augment_transform.hpp
src/transforms/gpu/gpu_transforms.hpp
src/utils/image_dimensions.hpp
src/writers/tbl_v2_writer.hpp
tests/CMakeLists.txt
tests/TEST_SUMMARY_v0.5.2.md
tests/create_test_dataset.py
tests/test_advanced_transforms.cpp
tests/test_audio_decoder.cpp
tests/test_audit_fixes.py
tests/test_autoaugment_ops.cpp
tests/test_avx512_simd.cpp
tests/test_batch_array.cpp
tests/test_buffer_pool.cpp
tests/test_cache.cpp
tests/test_checkpointing.cpp
tests/test_csv_decoder.cpp
tests/test_decode_scaled.cpp
tests/test_distributed.cpp
tests/test_framework_tensors.py
tests/test_gcs_reader.cpp
tests/test_gpu_pipeline_integration.cpp
tests/test_gpu_prefetch.cpp
tests/test_http_reader.cpp
tests/test_hybrid_wait.cpp
tests/test_hybrid_wait_strategy.cpp
tests/test_image_decoder.cpp
tests/test_integrations.py
tests/test_jax_integration.py
tests/test_lmdb_reader.cpp
tests/test_multi_gpu.cpp
tests/test_nvjpeg_decoder.cpp
tests/test_parquet_decoder.cpp
tests/test_pipeline_gpu_decode.cpp
tests/test_prefetch_pipeline.cpp
tests/test_pytorch_compat.py
tests/test_pytorch_transforms.py
tests/test_quasi_random_sampler.cpp
tests/test_reader_orchestrator.cpp
tests/test_s3_reader.cpp
tests/test_sharding_strategies.cpp
tests/test_simd_bilinear.cpp
tests/test_simd_transpose.cpp
tests/test_smart_batching.cpp
tests/test_tar_reader.cpp
tests/test_tbl_v2.cpp
tests/test_tensorflow_integration.py
tests/test_text_decoder.cpp
tests/test_transforms.cpp
tests/test_transforms_tensorflow.py
tests/test_trivial_augment.cpp
tests/test_unified_pipeline.cpp
tests/test_v180_features.py
tests/test_v190_features.py
tests/test_v250_features.py
tests/test_v260_features.py
tests/test_v270_features.py
tests/test_video_decoder.cpp
tests/test_webdataset_integration.py
tests/test_weighted_sampler.cpp
tools/tar_to_tbl.cpp
tools/tar_to_tbl_v2.cpp
turboloader/__init__.py
turboloader/_version.py
turboloader/pytorch_compat.py
turboloader/sequence.py
web_app/README.md
web_app/app.py
web_app/requirements.txt