pyproject.toml
src/arua/__init__.py
src/arua/__main__.py
src/arua/app.py
src/arua/calculator.py
src/arua/compress_cli.py
src/arua/compression.py
src/arua/rands.py
src/arua/templates.py
src/arua.egg-info/PKG-INFO
src/arua.egg-info/SOURCES.txt
src/arua.egg-info/dependency_links.txt
src/arua.egg-info/requires.txt
src/arua.egg-info/top_level.txt
src/arua/compression/__init__.py
src/arua/compression/core.py
src/arua/compression/flow.py
src/arua/compression/grain.py
src/arua/compression/helpers.py
src/arua/compression/lz77.py
src/arua/compression/orca_integration.py
src/arua/compression/sa_json.py
src/arua/compression/semantic.py
src/arua/compression/semantic_accelerator.py
src/arua/compression/semantic_aura.py
src/arua/compression/semantic_cache.py
src/arua/compression/semantic_combo.py
src/arua/compression/semantic_context.py
src/arua/compression/semantic_derivative.py
src/arua/compression/semantic_entropy.py
src/arua/compression/semantic_fastpath.py
src/arua/compression/semantic_grain.py
src/arua/compression/semantic_hash.py
src/arua/compression/semantic_index.py
src/arua/compression/semantic_integrator.py
src/arua/compression/semantic_interplay.py
src/arua/compression/semantic_joint.py
src/arua/compression/semantic_key.py
src/arua/compression/semantic_learned.py
src/arua/compression/semantic_memory.py
src/arua/compression/semantic_node.py
src/arua/compression/semantic_orchestration.py
src/arua/compression/semantic_pattern.py
src/arua/compression/semantic_plans.py
src/arua/compression/semantic_quantization.py
src/arua/compression/semantic_resolver.py
src/arua/compression/semantic_routing.py
src/arua/compression/semantic_sa.py
src/arua/compression/semantic_sb.py
src/arua/compression/semantic_store.py
src/arua/compression/semantic_stream.py
src/arua/compression/semantic_table.py
src/arua/compression/semantic_unique.py
src/arua/compression/semantic_vector.py
src/arua/compression/semantic_x.py
src/arua/compression/semantic_yield.py
src/arua/compression/semantic_z.py
src/optimizations/jetson/bench_aura_ai.py
src/optimizations/jetson/bench_core_ai.py
src/optimizations/jetson/bench_gpu.py
src/optimizations/jetson/setup.py
src/optimizations/jetson/trt_integration.py
src/optimizations/rtx/bench_gpu.py
src/optimizations/rtx/trt_integration.py
tests/test_ai_data_roundtrip.py
tests/test_api.py
tests/test_calculator.py
tests/test_codecs_standalone.py
tests/test_compression_backends.py
tests/test_core_compression.py
tests/test_ext_imports.py
tests/test_flow_grain_semantic.py
tests/test_grain_codec.py
tests/test_hardware_opts.py
tests/test_lz77.py
tests/test_orca_integration.py
tests/test_rands.py
tests/test_rtx_opt.py
tests/test_sa_json.py
tests/test_semantic_accelerator_prototype.py
tests/test_semantic_aura.py
tests/test_semantic_cache.py
tests/test_semantic_compression.py
tests/test_semantic_context.py
tests/test_semantic_derivative_helpers.py
tests/test_semantic_extended_codecs.py
tests/test_semantic_fastpath.py
tests/test_semantic_grain_integration.py
tests/test_semantic_hash_helpers.py
tests/test_semantic_hash_index.py
tests/test_semantic_index_helpers.py
tests/test_semantic_integrator.py
tests/test_semantic_interplay.py
tests/test_semantic_joint.py
tests/test_semantic_key.py
tests/test_semantic_learned.py
tests/test_semantic_learned_codec.py
tests/test_semantic_memory_codec.py
tests/test_semantic_orchestration.py
tests/test_semantic_pattern.py
tests/test_semantic_pattern_helpers.py
tests/test_semantic_pattern_slots.py
tests/test_semantic_plans.py
tests/test_semantic_quantization_codec.py
tests/test_semantic_quantization_helpers.py
tests/test_semantic_resolver.py
tests/test_semantic_resolver_prototype.py
tests/test_semantic_routing.py
tests/test_semantic_sa_atoms.py
tests/test_semantic_sb_templates.py
tests/test_semantic_stream.py
tests/test_semantic_stream_helpers.py
tests/test_semantic_table.py
tests/test_semantic_table_binary.py
tests/test_semantic_unique_codec.py
tests/test_semantic_vector.py
tests/test_semantic_vector_helpers.py
tests/test_semantic_x_codec.py
tests/test_semantic_yield_codec.py
tests/test_ss_quick.py
tests/test_ss_simple.py
tests/test_ss_standalone.py
tests/test_sx_localdict_codec.py
tests/test_templates.py