Monthly Archives: August 2023

Benchmarking JavaScript Collections

Code for this post: github.com/neolefty/js-collection-benchmarks Hexerals uses immutable.js for its game state — could it switch to JavaScripts native collections? That would make the code more readable, but how would effect performance? Summary: In Chrome, object operations are much faster than … Continue reading

Posted in Hexerals | Leave a comment

Updating Hexerals!

I’m updating Hexerals for modernity — I wrote it in 2018-2019 to practice React and TypeScript. I’m thinking: Make it multiplayer Add a tutorial Fun features! And behind the scenes: Move from CRA to Next.js Update from React 16 to 18 … Continue reading

Posted in Hexerals | Leave a comment