computer: simplified a bunch of things

This commit is contained in:
nym21
2026-02-26 19:37:22 +01:00
parent 9e4fe62de2
commit cccaf6b206
252 changed files with 3788 additions and 7279 deletions

View File

@@ -1,3 +1,4 @@
mod block_windows;
mod compute;
mod distribution_stats;
mod eager_indexes;
@@ -8,6 +9,7 @@ mod single;
mod traits;
mod windows;
pub(crate) use block_windows::*;
pub(crate) use compute::*;
pub(crate) use distribution_stats::*;
pub(crate) use eager_indexes::*;