/
/archive
/about
xnacly - blog
email
github
rss
Fullstack Developer and Tech enthusiast
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 9
Embedding the Sophia runtime into Go applications
#go
#sophia
Jan 5
POC JIT With Go (plugins)
#go
Jan 3
Extract Metadata From HTML with GO
#go
2023
Dec 6
Improving programming language performance
#sophia
#performance
#go
Oct 16
Tokenizing Arithmetic expressions - calculator p.1
#go
#bytecode-series
Oct 5
Implementing growing arrays for C
#go
#c
Jul 24
You should write your own programming language
#sophia
#lisp
#go
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