HaskellProjects

tachyonic_benchmark

A visual and performance benchmarking tool written in Haskell, demonstrating sorting performance and visualization with optional “warp” effects. It includes both pure benchmarking mode and an animated demo mode.

⚙️ Build & Run

Ensure you have GHC installed. To build and execute:

cd tachyonic_benchmark
ghc -O2 tachyonic_benchmark.hs -o tachyonic_benchmark
./tachyonic_benchmark [options] <size>

Options:

Example:

./tachyonic_benchmark --benchmark 500

Output:

Tachyonic benchmark initiated!
Starting benchmark: Nebula BubbleSort
Finished in 0.036 seconds.
First 10 sorted elements: [1,2,3,4,5,6,7,8,9,10]

🧩 How It Works

🧠 Notes

🪪 Author

Abhrankan Chakrabarti