Pinned Repositories
cinder
Cinder is Meta's internal performance-oriented production version of CPython.
cpython
The Python programming language
carp
"interesting" VM in C. Let's see how this goes.
full-beans
ghuloum
Following [An Incremental Approach to Compiler Construction](http://scheme2006.cs.uchicago.edu/11-ghuloum.pdf)
icdemo
A small inline caching demo.
indexer
Torrent indexer written in Ruby/Sinatra. Called Brightswipe.
scrapscript
A functional, content-addressable programming language.
skybison
A fork of Instagram's experimental performance oriented greenfield implementation of Python. It features small objects; a moving GC; hidden classes; bytecode inline caching; type-specialized bytecode; an experimental template JIT.
tekknolagi.github.com
My personal website
tekknolagi's Repositories
tekknolagi/skybison
A fork of Instagram's experimental performance oriented greenfield implementation of Python. It features small objects; a moving GC; hidden classes; bytecode inline caching; type-specialized bytecode; an experimental template JIT.
tekknolagi/ddcg
Implementation of destination-driven code generation with control destinations. See [post.md](post.md)
tekknolagi/micrograd
A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API
tekknolagi/pyddcg
A small implementation of destination-driven code generation in Python
tekknolagi/lispcompiler.com
Following [An Incremental Approach to Compiler Construction](http://scheme2006.cs.uchicago.edu/11-ghuloum.pdf)
tekknolagi/valgrind
tekknolagi/excollege
tekknolagi/cinder
Cinder is Meta's internal performance-oriented production version of CPython.
tekknolagi/copyjit
Attempt at creating an architecture agnostic jit library, heavily inspired by copy-and-patch.
tekknolagi/cpyext-demo
tekknolagi/cs4530-testrepo
tekknolagi/Decker
A multimedia sketchpad
tekknolagi/gradual
tekknolagi/jitffi
tekknolagi/linalg
linalg.h is a single header, public domain, short vector math library for C++
tekknolagi/mmLoader
A library for loading dll module bypassing windows PE loader from memory (x86/x64)
tekknolagi/MonkeyType
A Python library that generates static type annotations by collecting runtime types
tekknolagi/monoruby
Ruby implementation with yet another JIT compiler.
tekknolagi/offline-nostr
tekknolagi/prr
Mailing list style code reviews for github
tekknolagi/pypy-ffi-bench
tekknolagi/robingrad
Something between Tinygrad and Micrograd
tekknolagi/rsc-regex
tekknolagi/sHELL-1
tekknolagi/smallweb
Kagi Small Web
tekknolagi/snac2
imported from codeberg
tekknolagi/teenygrad
If tinygrad wasn't small enough for you...
tekknolagi/thunks
posts and code related to personal studies
tekknolagi/unk-template
tekknolagi/w2c2
Translates WebAssembly modules to portable C