WebAssembly / shared-everything-threads

A draft proposal for spawning threads in WebAssembly
Other
29 stars 1 forks source link

Describe further TLS implementation optimizations #49

Closed tlively closed 3 months ago

tlively commented 4 months ago

Instead of a two-dimensional hash table lookup, it may be possible to do a one-dimensional lookup with direct indexing.