gls
gls copied to clipboard
Question: interested in joining efforts with an alternative implementation?
For my Go interpreter gomacro, I had to use goroutine-local storage so I implemented https://github.com/cosmos72/gls - it uses a single line of assembler to retrieve a goroutine id.
Would you be interested in comparing the two implementations and perhaps add to each one the best features of the other?