gls icon indicating copy to clipboard operation
gls copied to clipboard

Question: interested in joining efforts with an alternative implementation?

Open cosmos72 opened this issue 7 years ago • 0 comments

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?

cosmos72 avatar Mar 06 '19 22:03 cosmos72