import { BenchmarkTable } from "./components/BenchmarkTable"; function App() { return (

ZIA Integer Compression Benchmark

Comparing different integer array compression algorithms and their performance

); } export default App;