Justfile
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
setup_gpu.py
setup_metal.py
docs/README.md
docs/api.md
docs/application-patterns.md
docs/applications.md
docs/backends.md
docs/benchmarking.md
docs/building.md
docs/choosing-an-interface.md
docs/contributing.md
docs/exact-batch.md
docs/getting-started.md
docs/performance.md
docs/releasing.md
docs/use-cases.md
docs/releases/1.1.0.md
docs/releases/1.1.1.md
docs/releases/1.2.0.md
docs/scenarios/allocation/cdn_byte_range_cache.md
docs/scenarios/allocation/database_page_allocation.md
docs/scenarios/allocation/disk_block_allocation.md
docs/scenarios/allocation/gpu_memory_arena.md
docs/scenarios/allocation/heap_free_space.md
docs/scenarios/allocation/object_store_multipart_ranges.md
docs/scenarios/allocation/ring_buffer_sequences.md
docs/scenarios/allocation/virtual_address_space.md
docs/scenarios/catalogs/database-key-range-locks.md
docs/scenarios/catalogs/distributed-trace-spans.md
docs/scenarios/catalogs/filesystem-byte-locks.md
docs/scenarios/catalogs/genomic-annotation-overlap.md
docs/scenarios/catalogs/morton-geospatial-ranges.md
docs/scenarios/catalogs/packet-sequence-reassembly.md
docs/scenarios/catalogs/source-diagnostic-ranges.md
docs/scenarios/catalogs/subtitle-cue-ranges.md
docs/scenarios/catalogs/timeseries-alert-windows.md
docs/scenarios/catalogs/video-edit-regions.md
docs/scenarios/leasing/database_id_pools.md
docs/scenarios/leasing/game_world_region_ids.md
docs/scenarios/leasing/numeric_ip_address_pools.md
docs/scenarios/leasing/phone_extension_pools.md
docs/scenarios/leasing/software_license_seats.md
docs/scenarios/leasing/tcp_udp_port_leases.md
docs/scenarios/leasing/vlan_tag_pools.md
docs/scenarios/leasing/warehouse_bin_ranges.md
docs/scenarios/partitioning/build_sharding.md
docs/scenarios/partitioning/document_search.md
docs/scenarios/partitioning/fuzzing.md
docs/scenarios/partitioning/genetic_search.md
docs/scenarios/partitioning/graph_search.md
docs/scenarios/partitioning/hyperparameter_search.md
docs/scenarios/partitioning/index_merge.md
docs/scenarios/partitioning/log_replay.md
docs/scenarios/partitioning/map_reduce.md
docs/scenarios/partitioning/regex_scan.md
docs/scenarios/partitioning/sat_search.md
docs/scenarios/partitioning/web_crawl.md
docs/scenarios/scheduling/airline-gate-assignment.md
docs/scenarios/scheduling/ci-runner-reservations.md
docs/scenarios/scheduling/distributed-cluster-scheduling.md
docs/scenarios/scheduling/fleet-charging-windows.md
docs/scenarios/scheduling/gpu-stream-scheduling.md
docs/scenarios/scheduling/laboratory-equipment-booking.md
docs/scenarios/scheduling/maintenance-window-planning.md
docs/scenarios/scheduling/meeting-room-booking.md
docs/scenarios/scheduling/operating-room-booking.md
docs/scenarios/scheduling/radio-spectrum-timeslots.md
docs/scenarios/scheduling/render-farm-frames.md
docs/scenarios/scheduling/warehouse-dock-appointments.md
docs/theory/box_index_denotation.md
docs/theory/multidimensional_acceleration.md
docs/theory/one_dimensional_interval_algorithms.md
docs/theory/one_dimensional_interval_formal_model.md
docs/theory/optimized_box_indexes.md
examples/README.md
examples/basic_rangeset.py
examples/exact_batch.py
examples/applications/allocation/cdn_byte_range_cache.py
examples/applications/allocation/database_page_allocation.py
examples/applications/allocation/disk_block_allocation.py
examples/applications/allocation/gpu_memory_arena.py
examples/applications/allocation/heap_free_space.py
examples/applications/allocation/object_store_multipart_ranges.py
examples/applications/allocation/ring_buffer_sequences.py
examples/applications/allocation/virtual_address_space.py
examples/applications/catalogs/database_key_range_locks.py
examples/applications/catalogs/distributed_trace_spans.py
examples/applications/catalogs/filesystem_byte_locks.py
examples/applications/catalogs/genomic_annotation_overlap.py
examples/applications/catalogs/morton_geospatial_ranges.py
examples/applications/catalogs/packet_sequence_reassembly.py
examples/applications/catalogs/source_diagnostic_ranges.py
examples/applications/catalogs/subtitle_cue_ranges.py
examples/applications/catalogs/timeseries_alert_windows.py
examples/applications/catalogs/video_edit_regions.py
examples/applications/leasing/database_id_pools.py
examples/applications/leasing/game_world_region_ids.py
examples/applications/leasing/numeric_ip_address_pools.py
examples/applications/leasing/phone_extension_pools.py
examples/applications/leasing/software_license_seats.py
examples/applications/leasing/tcp_udp_port_leases.py
examples/applications/leasing/vlan_tag_pools.py
examples/applications/leasing/warehouse_bin_ranges.py
examples/applications/partitioning/build_sharding.py
examples/applications/partitioning/document_search.py
examples/applications/partitioning/fuzzing.py
examples/applications/partitioning/genetic_search.py
examples/applications/partitioning/graph_search.py
examples/applications/partitioning/hyperparameter_search.py
examples/applications/partitioning/index_merge.py
examples/applications/partitioning/log_replay.py
examples/applications/partitioning/map_reduce.py
examples/applications/partitioning/regex_scan.py
examples/applications/partitioning/sat_search.py
examples/applications/partitioning/web_crawl.py
examples/applications/scheduling/airline_gates.py
examples/applications/scheduling/ci_runners.py
examples/applications/scheduling/cluster.py
examples/applications/scheduling/fleet_charging.py
examples/applications/scheduling/gpu_streams.py
examples/applications/scheduling/lab_instruments.py
examples/applications/scheduling/maintenance.py
examples/applications/scheduling/meeting_rooms.py
examples/applications/scheduling/operating_rooms.py
examples/applications/scheduling/radio_spectrum.py
examples/applications/scheduling/render_farm.py
examples/applications/scheduling/warehouse_docks.py
examples/multidimensional/core/bounded_box_index.py
examples/multidimensional/core/fixed_box_indexes.py
examples/multidimensional/core/linear_box_index.py
examples/patterns/atomic_memory_map_updates.py
examples/patterns/atomic_partition_availability_updates.py
examples/patterns/atomic_port_pool_reconciliation.py
examples/patterns/genomic_mask_batch_updates.py
examples/patterns/robot_volume_time_conflicts.py
examples/patterns/spatiotemporal_geofences.py
examples/patterns/video_region_timeline_overlap.py
examples/patterns/warehouse_space_time_reservations.py
scripts/generate_scenario_catalog.py
scripts/verify_artifact_contents.py
scripts/verify_benchmark_artifact.py
scripts/verify_exact_batch_benchmark.py
scripts/verify_exact_batch_scaling.py
scripts/verify_mutation_attribution.py
scripts/verify_rangeset_hotpath_benchmark.py
tests/__init__.py
tests/test_boundary_summary_simple.py
tests/test_summary_simple.py
tests/test_treap_simple.py
tests/applications/__init__.py
tests/applications/test_lazy_exports.py
tests/applications/test_registry.py
tests/applications/test_shared_clock.py
tests/applications/allocation/__init__.py
tests/applications/allocation/test_cdn_byte_range_cache.py
tests/applications/allocation/test_coverage_edges.py
tests/applications/allocation/test_database_page_allocation.py
tests/applications/allocation/test_disk_block_allocation.py
tests/applications/allocation/test_gpu_memory_arena.py
tests/applications/allocation/test_heap_free_space.py
tests/applications/allocation/test_manifest.py
tests/applications/allocation/test_object_store_multipart_ranges.py
tests/applications/allocation/test_ring_buffer_sequences.py
tests/applications/allocation/test_virtual_address_space.py
tests/applications/catalogs/__init__.py
tests/applications/catalogs/test_database_key_range_locks.py
tests/applications/catalogs/test_distributed_trace_spans.py
tests/applications/catalogs/test_filesystem_byte_locks.py
tests/applications/catalogs/test_genomic_annotation_overlap.py
tests/applications/catalogs/test_manifest.py
tests/applications/catalogs/test_morton_geospatial_ranges.py
tests/applications/catalogs/test_packet_sequence_reassembly.py
tests/applications/catalogs/test_source_diagnostic_ranges.py
tests/applications/catalogs/test_subtitle_cue_ranges.py
tests/applications/catalogs/test_timeseries_alert_windows.py
tests/applications/catalogs/test_video_edit_regions.py
tests/applications/leasing/__init__.py
tests/applications/leasing/test_coverage_edges.py
tests/applications/leasing/test_database_id_pools.py
tests/applications/leasing/test_game_world_region_ids.py
tests/applications/leasing/test_manifest.py
tests/applications/leasing/test_numeric_ip_address_pools.py
tests/applications/leasing/test_phone_extension_pools.py
tests/applications/leasing/test_software_license_seats.py
tests/applications/leasing/test_tcp_udp_port_leases.py
tests/applications/leasing/test_vlan_tag_pools.py
tests/applications/leasing/test_warehouse_bin_ranges.py
tests/applications/partitioning/test_adversarial_semantics.py
tests/applications/partitioning/test_build_sharding.py
tests/applications/partitioning/test_coverage_edges.py
tests/applications/partitioning/test_document_search.py
tests/applications/partitioning/test_fuzzing.py
tests/applications/partitioning/test_genetic_search.py
tests/applications/partitioning/test_graph_search.py
tests/applications/partitioning/test_hyperparameter_search.py
tests/applications/partitioning/test_index_merge.py
tests/applications/partitioning/test_log_replay.py
tests/applications/partitioning/test_map_reduce.py
tests/applications/partitioning/test_regex_scan.py
tests/applications/partitioning/test_sat_search.py
tests/applications/partitioning/test_web_crawl.py
tests/applications/scheduling/__init__.py
tests/applications/scheduling/test_airline_gates.py
tests/applications/scheduling/test_ci_runners.py
tests/applications/scheduling/test_cluster.py
tests/applications/scheduling/test_coverage_edges.py
tests/applications/scheduling/test_fleet_charging.py
tests/applications/scheduling/test_gpu_streams.py
tests/applications/scheduling/test_lab_instruments.py
tests/applications/scheduling/test_maintenance.py
tests/applications/scheduling/test_manifest.py
tests/applications/scheduling/test_meeting_rooms.py
tests/applications/scheduling/test_operating_rooms.py
tests/applications/scheduling/test_radio_spectrum.py
tests/applications/scheduling/test_render_farm.py
tests/applications/scheduling/test_warehouse_docks.py
tests/applications/shared/test_allocation.py
tests/applications/shared/test_capacity.py
tests/applications/shared/test_claiming.py
tests/applications/shared/test_claiming_coverage.py
tests/applications/shared/test_coverage.py
tests/applications/shared/test_events.py
tests/applications/shared/test_interval_records.py
tests/applications/shared/test_lease_state_publication.py
tests/applications/shared/test_leasing.py
tests/applications/shared/test_locks.py
tests/applications/shared/test_reservations.py
tests/applications/shared/test_ring_sequences.py
tests/docs/inventory.py
tests/docs/test_documented_commands.py
tests/docs/test_readme.py
tests/formal/__init__.py
tests/formal/finite_model.py
tests/formal/one_dimensional_model.py
tests/formal/test_box_index_finite_model.py
tests/formal/test_one_dimensional_algebra.py
tests/formal/test_one_dimensional_augmentations.py
tests/formal/test_one_dimensional_backend_refinement.py
tests/formal/test_one_dimensional_publication.py
tests/hardware/test_hardware_contracts.py
tests/multidimensional/__init__.py
tests/multidimensional/test_contract.py
tests/multidimensional/test_domain.py
tests/multidimensional/test_failure_atomicity.py
tests/multidimensional/test_optimized_concurrency.py
tests/multidimensional/test_optimized_contract.py
tests/multidimensional/test_optimized_differential.py
tests/multidimensional/test_optimized_guards.py
tests/multidimensional/hypothesis/__init__.py
tests/multidimensional/hypothesis/test_box_index_state_machine.py
tests/multidimensional/hypothesis/test_optimized_state_machines.py
tests/oracles/__init__.py
tests/oracles/applications/__init__.py
tests/oracles/applications/allocation/__init__.py
tests/oracles/applications/allocation/cdn_byte_range_cache.py
tests/oracles/applications/allocation/database_page_allocation.py
tests/oracles/applications/allocation/disk_block_allocation.py
tests/oracles/applications/allocation/gpu_memory_arena.py
tests/oracles/applications/allocation/heap_free_space.py
tests/oracles/applications/allocation/object_store_multipart_ranges.py
tests/oracles/applications/allocation/ring_buffer_sequences.py
tests/oracles/applications/allocation/virtual_address_space.py
tests/oracles/applications/catalogs/__init__.py
tests/oracles/applications/catalogs/database_key_range_locks.py
tests/oracles/applications/catalogs/distributed_trace_spans.py
tests/oracles/applications/catalogs/filesystem_byte_locks.py
tests/oracles/applications/catalogs/genomic_annotation_overlap.py
tests/oracles/applications/catalogs/morton_geospatial_ranges.py
tests/oracles/applications/catalogs/packet_sequence_reassembly.py
tests/oracles/applications/catalogs/source_diagnostic_ranges.py
tests/oracles/applications/catalogs/subtitle_cue_ranges.py
tests/oracles/applications/catalogs/timeseries_alert_windows.py
tests/oracles/applications/catalogs/video_edit_regions.py
tests/oracles/applications/leasing/__init__.py
tests/oracles/applications/leasing/database_id_pools.py
tests/oracles/applications/leasing/game_world_region_ids.py
tests/oracles/applications/leasing/numeric_ip_address_pools.py
tests/oracles/applications/leasing/phone_extension_pools.py
tests/oracles/applications/leasing/software_license_seats.py
tests/oracles/applications/leasing/tcp_udp_port_leases.py
tests/oracles/applications/leasing/vlan_tag_pools.py
tests/oracles/applications/leasing/warehouse_bin_ranges.py
tests/oracles/applications/partitioning/build_sharding.py
tests/oracles/applications/partitioning/document_search.py
tests/oracles/applications/partitioning/fuzzing.py
tests/oracles/applications/partitioning/genetic_search.py
tests/oracles/applications/partitioning/graph_search.py
tests/oracles/applications/partitioning/hyperparameter_search.py
tests/oracles/applications/partitioning/index_merge.py
tests/oracles/applications/partitioning/log_replay.py
tests/oracles/applications/partitioning/map_reduce.py
tests/oracles/applications/partitioning/regex_scan.py
tests/oracles/applications/partitioning/sat_search.py
tests/oracles/applications/partitioning/web_crawl.py
tests/oracles/applications/scheduling/__init__.py
tests/oracles/applications/scheduling/airline_gates.py
tests/oracles/applications/scheduling/ci_runners.py
tests/oracles/applications/scheduling/cluster.py
tests/oracles/applications/scheduling/fleet_charging.py
tests/oracles/applications/scheduling/gpu_streams.py
tests/oracles/applications/scheduling/lab_instruments.py
tests/oracles/applications/scheduling/maintenance.py
tests/oracles/applications/scheduling/meeting_rooms.py
tests/oracles/applications/scheduling/operating_rooms.py
tests/oracles/applications/scheduling/radio_spectrum.py
tests/oracles/applications/scheduling/render_farm.py
tests/oracles/applications/scheduling/warehouse_docks.py
tests/oracles/multidimensional/__init__.py
tests/oracles/multidimensional/brute_box_index.py
tests/packaging/test_artifact_policy.py
tests/packaging/test_repository_layout.py
tests/packaging/test_sdist_install.py
tests/packaging/test_wheel_install.py
tests/performance/__init__.py
tests/performance/accelerator_benchmark.py
tests/performance/application_benchmark_suite.py
tests/performance/application_workloads.py
tests/performance/batch_operations_benchmark.py
tests/performance/benchmark_suite.py
tests/performance/bounded_box_index_benchmark.py
tests/performance/exact_batch_benchmark.py
tests/performance/exact_batch_scaling.py
tests/performance/gpu_benchmark.py
tests/performance/harness.py
tests/performance/metal_benchmark.py
tests/performance/mutation_attribution.py
tests/performance/oracle.py
tests/performance/payload_benchmark.py
tests/performance/profiles.py
tests/performance/protocol_benchmark.py
tests/performance/rangeset_hotpath_benchmark.py
tests/performance/test_bounded_box_index_benchmark.py
tests/performance/test_exact_batch_benchmark.py
tests/performance/test_partitioning_application_benchmarks.py
tests/performance/workload.py
tests/performance/applications/__init__.py
tests/performance/applications/harness.py
tests/performance/applications/allocation/__init__.py
tests/performance/applications/allocation/_shared.py
tests/performance/applications/allocation/cdn_byte_range_cache.py
tests/performance/applications/allocation/database_page_allocation.py
tests/performance/applications/allocation/disk_block_allocation.py
tests/performance/applications/allocation/gpu_memory_arena.py
tests/performance/applications/allocation/heap_free_space.py
tests/performance/applications/allocation/object_store_multipart_ranges.py
tests/performance/applications/allocation/ring_buffer_sequences.py
tests/performance/applications/allocation/test_benchmark_contracts.py
tests/performance/applications/allocation/virtual_address_space.py
tests/performance/applications/catalogs/__init__.py
tests/performance/applications/catalogs/database_key_range_locks.py
tests/performance/applications/catalogs/distributed_trace_spans.py
tests/performance/applications/catalogs/filesystem_byte_locks.py
tests/performance/applications/catalogs/genomic_annotation_overlap.py
tests/performance/applications/catalogs/morton_geospatial_ranges.py
tests/performance/applications/catalogs/packet_sequence_reassembly.py
tests/performance/applications/catalogs/source_diagnostic_ranges.py
tests/performance/applications/catalogs/subtitle_cue_ranges.py
tests/performance/applications/catalogs/timeseries_alert_windows.py
tests/performance/applications/catalogs/video_edit_regions.py
tests/performance/applications/leasing/__init__.py
tests/performance/applications/leasing/_shared.py
tests/performance/applications/leasing/database_id_pools.py
tests/performance/applications/leasing/game_world_region_ids.py
tests/performance/applications/leasing/numeric_ip_address_pools.py
tests/performance/applications/leasing/phone_extension_pools.py
tests/performance/applications/leasing/software_license_seats.py
tests/performance/applications/leasing/tcp_udp_port_leases.py
tests/performance/applications/leasing/vlan_tag_pools.py
tests/performance/applications/leasing/warehouse_bin_ranges.py
tests/performance/applications/partitioning/_common.py
tests/performance/applications/partitioning/build_sharding.py
tests/performance/applications/partitioning/document_search.py
tests/performance/applications/partitioning/fuzzing.py
tests/performance/applications/partitioning/genetic_search.py
tests/performance/applications/partitioning/graph_search.py
tests/performance/applications/partitioning/hyperparameter_search.py
tests/performance/applications/partitioning/index_merge.py
tests/performance/applications/partitioning/log_replay.py
tests/performance/applications/partitioning/map_reduce.py
tests/performance/applications/partitioning/regex_scan.py
tests/performance/applications/partitioning/sat_search.py
tests/performance/applications/partitioning/web_crawl.py
tests/performance/applications/scheduling/__init__.py
tests/performance/applications/scheduling/_shared.py
tests/performance/applications/scheduling/test_airline_gates_smoke.py
tests/performance/applications/scheduling/test_ci_runners_smoke.py
tests/performance/applications/scheduling/test_cluster_smoke.py
tests/performance/applications/scheduling/test_fleet_charging_smoke.py
tests/performance/applications/scheduling/test_gpu_streams_smoke.py
tests/performance/applications/scheduling/test_lab_instruments_smoke.py
tests/performance/applications/scheduling/test_maintenance_smoke.py
tests/performance/applications/scheduling/test_meeting_rooms_smoke.py
tests/performance/applications/scheduling/test_operating_rooms_smoke.py
tests/performance/applications/scheduling/test_radio_spectrum_smoke.py
tests/performance/applications/scheduling/test_render_farm_smoke.py
tests/performance/applications/scheduling/test_warehouse_docks_smoke.py
tests/performance/experiments/__init__.py
tests/performance/experiments/application_backend_matrix.py
tests/performance/experiments/exact_batch_application_matrix.py
tests/performance/experiments/exact_batch_storage_matrix.py
tests/performance/experiments/lease_state_scaling.py
tests/performance/experiments/radio_spectrum_index_matrix.py
tests/performance/experiments/rangeset_snapshot_scaling.py
tests/performance/experiments/rangeset_transaction.py
tests/performance/experiments/test_application_backend_matrix.py
tests/performance/experiments/test_exact_batch_application_matrix.py
tests/performance/experiments/test_exact_batch_storage_matrix.py
tests/performance/experiments/test_lease_state_scaling.py
tests/performance/experiments/test_radio_spectrum_index_matrix.py
tests/performance/experiments/test_rangeset_snapshot_scaling.py
tests/performance/experiments/test_rangeset_transaction.py
tests/security/test_callback_reentrancy.py
tests/security/test_snapshot_isolation.py
tests/unit/__init__.py
tests/unit/test_application_benchmark_harness.py
tests/unit/test_application_benchmark_suite.py
tests/unit/test_backend_normalization.py
tests/unit/test_backend_probe_contract.py
tests/unit/test_backend_registry.py
tests/unit/test_backend_selection.py
tests/unit/test_benchmark_artifacts.py
tests/unit/test_benchmark_harness.py
tests/unit/test_benchmark_suite.py
tests/unit/test_catalog_application_benchmarks.py
tests/unit/test_core_contract.py
tests/unit/test_exact_batch.py
tests/unit/test_exact_batch_benchmark_artifact.py
tests/unit/test_exact_batch_contract.py
tests/unit/test_exact_batch_scaling_artifact.py
tests/unit/test_experimental_backend_wrappers.py
tests/unit/test_leasing_application_benchmarks.py
tests/unit/test_mutation_attribution.py
tests/unit/test_native_core_contract.py
tests/unit/test_payload_policies.py
tests/unit/test_public_api.py
tests/unit/test_rangeset_hotpath_benchmark_artifact.py
tests/unit/test_rangeset_interface_edges.py
tests/unit/test_rangeset_scalar_hotpath.py
tests/unit/test_rangeset_snapshot_cache.py
tests/unit/test_stable_backends.py
tests/unit/hypothesis/__init__.py
tests/unit/hypothesis/test_avl_earliest.py
tests/unit/hypothesis/test_boundary.py
tests/unit/hypothesis/test_boundary_cpp.py
tests/unit/hypothesis/test_boundary_cpp_ic.py
tests/unit/hypothesis/test_boundary_summary.py
tests/unit/hypothesis/test_ordered_payload_laws.py
tests/unit/hypothesis/test_production_catalog_state_machine.py
tests/unit/hypothesis/test_summary.py
tests/unit/hypothesis/test_treap.py
tests/unit/hypothesis/test_treap_cpp.py
treemendous/__init__.py
treemendous/domain.py
treemendous/exact_batch.py
treemendous/policies.py
treemendous/protocols.py
treemendous/py.typed
treemendous/rangeset.py
treemendous/applications/__init__.py
treemendous/applications/registry.py
treemendous/applications/_shared/__init__.py
treemendous/applications/_shared/allocation.py
treemendous/applications/_shared/capacity.py
treemendous/applications/_shared/claiming.py
treemendous/applications/_shared/clock.py
treemendous/applications/_shared/coverage.py
treemendous/applications/_shared/events.py
treemendous/applications/_shared/interval_records.py
treemendous/applications/_shared/leasing.py
treemendous/applications/_shared/locks.py
treemendous/applications/_shared/reservations.py
treemendous/applications/_shared/ring_sequences.py
treemendous/applications/allocation/__init__.py
treemendous/applications/allocation/cdn_cache.py
treemendous/applications/allocation/database_pages.py
treemendous/applications/allocation/disk_blocks.py
treemendous/applications/allocation/gpu_arena.py
treemendous/applications/allocation/heap.py
treemendous/applications/allocation/manifest.py
treemendous/applications/allocation/multipart_upload.py
treemendous/applications/allocation/ring_buffer.py
treemendous/applications/allocation/virtual_address.py
treemendous/applications/catalogs/__init__.py
treemendous/applications/catalogs/database_key_range_locks.py
treemendous/applications/catalogs/distributed_trace_spans.py
treemendous/applications/catalogs/filesystem_byte_locks.py
treemendous/applications/catalogs/genomic_annotation_overlap.py
treemendous/applications/catalogs/manifest.py
treemendous/applications/catalogs/morton_geospatial_ranges.py
treemendous/applications/catalogs/packet_sequence_reassembly.py
treemendous/applications/catalogs/source_diagnostic_ranges.py
treemendous/applications/catalogs/subtitle_cue_ranges.py
treemendous/applications/catalogs/timeseries_alert_windows.py
treemendous/applications/catalogs/video_edit_regions.py
treemendous/applications/leasing/__init__.py
treemendous/applications/leasing/_common.py
treemendous/applications/leasing/database_ids.py
treemendous/applications/leasing/game_regions.py
treemendous/applications/leasing/manifest.py
treemendous/applications/leasing/numeric_ip_pools.py
treemendous/applications/leasing/phone_extensions.py
treemendous/applications/leasing/software_seats.py
treemendous/applications/leasing/tcp_udp_ports.py
treemendous/applications/leasing/vlan_tags.py
treemendous/applications/leasing/warehouse_bins.py
treemendous/applications/partitioning/__init__.py
treemendous/applications/partitioning/_runtime.py
treemendous/applications/partitioning/build_sharding.py
treemendous/applications/partitioning/document_search.py
treemendous/applications/partitioning/fuzzing.py
treemendous/applications/partitioning/genetic_search.py
treemendous/applications/partitioning/graph_search.py
treemendous/applications/partitioning/hyperparameter_search.py
treemendous/applications/partitioning/index_merge.py
treemendous/applications/partitioning/log_replay.py
treemendous/applications/partitioning/manifest.py
treemendous/applications/partitioning/map_reduce.py
treemendous/applications/partitioning/regex_scan.py
treemendous/applications/partitioning/sat_search.py
treemendous/applications/partitioning/web_crawl.py
treemendous/applications/scheduling/__init__.py
treemendous/applications/scheduling/_common.py
treemendous/applications/scheduling/_placement.py
treemendous/applications/scheduling/airline_gates.py
treemendous/applications/scheduling/ci_runners.py
treemendous/applications/scheduling/cluster.py
treemendous/applications/scheduling/fleet_charging.py
treemendous/applications/scheduling/gpu_streams.py
treemendous/applications/scheduling/lab_instruments.py
treemendous/applications/scheduling/maintenance.py
treemendous/applications/scheduling/manifest.py
treemendous/applications/scheduling/meeting_rooms.py
treemendous/applications/scheduling/operating_rooms.py
treemendous/applications/scheduling/radio_spectrum.py
treemendous/applications/scheduling/render_farm.py
treemendous/applications/scheduling/warehouse_docks.py
treemendous/backends/__init__.py
treemendous/backends/catalog.py
treemendous/backends/normalize.py
treemendous/backends/probe.py
treemendous/backends/registry.py
treemendous/backends/selection.py
treemendous/backends/types.py
treemendous/backends/adapters/__init__.py
treemendous/backends/adapters/base.py
treemendous/basic/__init__.py
treemendous/basic/avl.py
treemendous/basic/avl_earliest.py
treemendous/basic/base.py
treemendous/basic/boundary.py
treemendous/basic/boundary_summary.py
treemendous/basic/summary.py
treemendous/basic/treap.py
treemendous/cpp/__init__.py
treemendous/cpp/_exact_batch.pyi
treemendous/cpp/boundary.cpp
treemendous/cpp/boundary_bindings.cpp
treemendous/cpp/boundary_ic.cpp
treemendous/cpp/boundary_summary_bindings.cpp
treemendous/cpp/boundary_summary_optimized.cpp
treemendous/cpp/boundary_summary_optimized_v2.cpp
treemendous/cpp/boundary_summary_optimized_v2_bindings.cpp
treemendous/cpp/exact_batch_bindings.cpp
treemendous/cpp/interval_types.h
treemendous/cpp/treap.cpp
treemendous/cpp/treap_bindings.cpp
treemendous/cpp/gpu/__init__.py
treemendous/cpp/gpu/boundary_summary_gpu.cu
treemendous/cpp/gpu/boundary_summary_gpu_bindings.cpp
treemendous/cpp/metal/__init__.py
treemendous/cpp/metal/boundary_summary_metal.h
treemendous/cpp/metal/boundary_summary_metal.metal
treemendous/cpp/metal/boundary_summary_metal.mm
treemendous/cpp/metal/boundary_summary_metal_bindings.cpp
treemendous/multidimensional/__init__.py
treemendous/multidimensional/diagnostics.py
treemendous/multidimensional/domain.py
treemendous/multidimensional/index.py
treemendous/multidimensional/protocols.py
treemendous/multidimensional/algorithms/__init__.py
treemendous/multidimensional/algorithms/grid.py
treemendous/multidimensional/algorithms/linear.py
treemendous/multidimensional/algorithms/projection.py