Maxime Chevalier-Boisvert
Maxime Chevalier-Boisvert
Hi Lucas, I've been working on my 3D indoor environment. It's still very basic, but it works, and I just made the repository public: https://github.com/maximecb/gym-miniworld I've tried to adjust your...
Hello there. You didn't include an open source license in your repository, which makes it legally problematic to reuse this code. Just wondering if you'd be willing to add one....
Right now we seem to be missing a load with zero extension instruction to make this work.
Before: ``` -------- ----------- ---------- --------- ---------- ------------ ----------- bench interp (ms) stddev (%) yjit (ms) stddev (%) yjit 1st itr interp/yjit ruby-xor 987.2 0.1 109.3 0.3 8.38 9.04 --------...
Hi. I'm working on the YJIT project and I was looking at the rubygems.org page for the `chunky_png` gem: https://rubygems.org/gems/chunky_png/versions/1.3.5 I saw that this gem has over 110M downloads, which...
I'm in the process of designing a simple TCP networking API that would make it possible to create servers running in UVM. This API works with callbacks that tell you...
UVM Wishlist
This is a list of potentially fun things to work on that would be useful for UVM and its software ecosystem. An easy way that you can contribute to UVM...
This is not the highest priority, but something to think about. Eventually, I think that programs should be able to store metadata. This should probably just be a third segment...
To help promote UVM, it would be helpful to gather a collection of nice screenshots of the different apps we create. We could include those in the [`/media`](https://github.com/maximecb/uvm/tree/main/media) directory, in...
The other day I ran into a mysterious bug while increasing the cache size to 1024. I was not able to reproduce this locally. Opening this PR for testing/debugging.