~
~/archive.html
~/about.html
Backend developer with an interest in pldev and performance
email
github
rss
2025
Jul 27
Handrolling ISO8601 Duration Support for Go
#go
Jun 22
Where The FUCK Are slice.Flatten And slice.Map
#go
Jan 10
Optimizing libjson, or: beating encoding/json by at least 2.5x
#go
2024
Nov 18
Optimizing a go package by 38147125738.8x
#go
#linux
Oct 7
Fun with Go Iterators
#go
Sep 12
Making libjson RFC 8259 compliant
#json
#go
Jul 20
Calling Go Functions from c++
#go
#c++
Jan 5
POC JIT With Go (plugins)
#go
2023
Oct 16
Tokenizing Arithmetic expressions - calculator p.1
#go
#bytecode-series
Oct 5
Implementing growing arrays for C
#go
#c
Jun 26
Removing metadata from Go binaries
#go
May 11
Leetcode Optimization and Go
#go
#performance
Apr 5
Lexical analysis of Markdown in Go
#go
#markdown
Jan 27
Handling JSON in Go
#go
Jan 23
How to periodically sync a git repository with its remote
#backup
#go
#sync
Jan 16
Check if executable is in the path with go
#Go