You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
cosmos72
changed the title
Question: interested in a (fast) alternative implementation?
Question: interested in joining efforts with an alternative implementation?
Mar 7, 2019
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?
The text was updated successfully, but these errors were encountered: