athanclark.com

Blog

Here, you’ll find some blog posts, likely related to the projects I’ve included in my portfolio.

  • IntSet Development - 2023-11-23
    On 2023-11-21, I developed a set container for JavaScript bigints. This allows for unions, intersections, and other set operations, but in a relatively fast manner. This blog post describes my development methodology, the issues I faced, and how I overcame them.