1
0
Fork 0
mirror of https://github.com/rubyjs/mini_racer synced 2023-03-27 23:21:28 -04:00
mini_racer/lib
Sam Saffron 9a409cf792
use IO#wait_readable in timeout implementation
IO.select creates more garbage and gets slower on high-numbered
FDs.  IO#wait_readable can use ppoll(2) to achieve consistent
performance regardless of FD value.
2022-02-11 09:22:41 +11:00
..
mini_racer Version bump and changelog 2022-01-17 10:55:07 +11:00
mini_racer.rb use IO#wait_readable in timeout implementation 2022-02-11 09:22:41 +11:00