Highlights
- Arctic Code Vault Contributor
- Developer Program Member
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
259 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 19 commits in 2 repositories
Created 3 repositories
Created a pull request in kostya/benchmarks that received 9 comments
Lua perf boost
Compatible with LuaJIT (using FFI structs), Lua 5.1 and Lua 5.4
Performance change compared to brainfuck interpreter
LuaJIT :
mandelbrot -> ran in …
Opened 2 other pull requests in 1 repository
kostya/jit-benchmarks
2
merged
Created an issue in alexprengere/PythonBrainFuck that received 1 comment
Python transpiler
It took me little to no time to write a Lua transpiler for brainfuck, I spent 90% of the time on transpiler useless optimization. I managed with L…