nicholas.cloud

Speeding Up a Solver for Golf Peaks

Now that it's working, make it work fast!

2020-09-05 // 23 min read // #python #rust

Previously, I wrote about a solver I’d built for the puzzle game Golf Peaks. In closing, I had a few ideas on how it could be sped up and improved. Over the last few days, I’ve been trying some of these ideas out, and measuring the results!

Read more →

My First Project

Lessons learned from my first project

2017-11-28 // 4 min read // #python #reflections

Often, the first steps in developing any project are the most critical. “What environment should I be working in?” “How to I implement X feature?” I found out the hard way today why taking these first steps seriously is important.

Read more →