#DecemberAdventure
h3rald h3rald@h3rald.com
Tue, 31 Dec 2024 13:36:03 +0100
1 files changed,
12 insertions(+),
1 deletions(-)
M
contents/articles/december-adventure-2024.md
→
contents/articles/december-adventure-2024.md
@@ -719,4 +719,15 @@ All the tests are running fine and I also updated the web script to leverage operators (and use while instead of each). The idea is to have a Christmas release tomorrow, obviously.
### Day #25 -[hex v0.3.0 is out](https://hex.2c.fyi/changelog/#v0.3.0), Merry Christmas!+[hex v0.3.0 is out](https://hex.2c.fyi/changelog/#v0.3.0), Merry Christmas! + +### Day #26 → #31 + +I had to stop my #DecemberAdventure rather abruptly as I got the flu, but I have continued working on hex on and off. Currently looking into: + +- Refactoring to move storage to heap memory as much as possible +- Implementing a more efficient memory management strategy +- Reimplementing the registry as a hash table +- Ensure items are deep copied as needed + +Overall, this has been a really positive experience! I really enjoyed working on hex a little bit every day, and build an ecosystem around it.