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: And behind the scenes: You can “play” the old version at hexpansion.io. Updates:

Posted in Hexerals | Leave a comment