brucehsu / GobiesVM

A Ruby VM written in Go aims to exploit parallelism via Software Transactional Memory
MIT License
184 stars 8 forks source link

RHash support #9

Closed brucehsu closed 10 years ago

brucehsu commented 10 years ago

Should follow the implementation of RArray, which uses Go internal data structure for (theoretically) better performance.

brucehsu commented 10 years ago

Basic support introduced in https://github.com/brucehsu/GobiesVM/commit/8d351ef0023063d38b1ad6f37d1357b12ea26ed6. Uses RValue as key and should not be the best practice. Refer to #10.