- Montreal, Canada
- https://pointersgonewild.com
- @Love2Code
Block or Report
Block or report maximecb
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
noisecraft Public
Browser-based visual programming language and platform for sound synthesis.
-
Turing-Drawings Public
Randomly generated Turing machines draw images and animations on a 2D canvas.
-
-
Farama-Foundation/Minigrid Public
Simple and easily configurable grid world environments for reinforcement learning
-
Farama-Foundation/Miniworld Public
Simple and easily configurable 3D FPS-game-like environments for reinforcement learning
-
duckietown/gym-duckietown Public
Self-driving car simulator for the Duckietown universe
1,361 contributions in the last year
Contribution activity
January 2023
Created 20 commits in 2 repositories
Created 1 repository
- maximecb/Miniworld Python
Created a pull request in Shopify/yjit-bench that received 2 comments
Use Random
instead of SecureRandom
for determinism.
SecureRandom
uses crypto-safe randomness sources which can't be seeded, whereas we seed the Random
gem's RNG in harness-common.rb
This should help …
Opened 2 other pull requests in 1 repository
Reviewed 16 pull requests in 2 repositories
ruby/ruby
12 pull requests
- YJIT: Skip defer_compilation for fixnums if possible
- YJIT: Introduce Flags for some small cleanup
- YJIT: Remove duplicated information in BranchTarget
- YJIT: track constant value's type in gen_opt_getconstant_path
- Implement splat for cfuncs. Split exit exit cases to better capture where we are exiting
- YJIT: Use ThinLTO for Rust parts in release mode
- YJIT: Add a few asm comments
- Differentiate T_ARRAY and array subclasses
-
Enable
clippy
checks for yjit in CI - YJIT: Save PC and SP before calling leaf builtins
- YJIT: Colorize outlined code differently on --yjit-dump-disasm
- YJIT: Make iseq_get_location consistent with iseq.c
Created an issue in Shopify/ruby that received 15 comments
YJIT: can we optimize Hash
property reads i.e. Hash#[]
?
@k0kubun has recently taken the time to gather some stats about the most common C and Ruby method calls in our headline benchmarks: Shopify/yjit-be…