Jemma Issroff

Results 5 issues of Jemma Issroff

Is Ruby support for Github action benchmarking in progress? Or would it be preferable for us to follow [these instructions](https://github.com/rhysd/github-action-benchmark/blob/master/CONTRIBUTING.md) and make a PR?

Co-authored-by: Jemma Issroff ### What the refactor does: The only public facing change in this refactor is that instead of `prepend MemoWise`, clients will now `extend MemoWise`. Internally, this refactor...

On [this check](https://github.com/panorama-ed/memo_wise/runs/4694341856?check_suite_focus=true) the thread safety specs failed non-deterministically on truffleruby. [This PR](#263) removed the specs from running on truffleruby as a temporary stop gap. We should figure out why...

This commit implements the Object Shapes technique in CRuby. Object Shapes is used for accessing instance variables and representing the "frozenness" of objects. Object instances have a "shape" and the...

We want to make this change so we can pass --yjit to both compare Ruby and built Ruby when running benchmarks