Divy
Divy
Intercept allocator calls to supervise memory usage. https://docs.rs/v8/0.37.0/v8/fn.new_rust_allocator.html
**Describe change** Every PR will have to pass the verfication CI inorder to get mergable status. **Additional context** Avoids manual verfication. Happy to create a PR :smile:
Hi! I'm working on a N-API implementation on top of deno_core and Tokio (https://github.com/littledivy/napi-rusty-v8/) and we're trying to get all of parcel's native modules to work. The implementation is eventually...
Summary of what APIs and algorithms Deno currently supports.
The current way of extracting dependencies is weird. It just checks for `https://` in the file. It would fail in the following scenario: ```ts // it would thing this is...
Full output: ``` ALSA lib pulse.c:242:(pulse_connect) PulseAudio: Unable to connect: Connection terminated ALSA lib pulse.c:242:(pulse_connect) PulseAudio: Unable to connect: Connection terminated ALSA lib pulse.c:242:(pulse_connect) PulseAudio: Unable to connect: Connection terminated...
- [x] Flatten op arguments. As a result, `truncateSync` becomes 2.3x faster. ``` # main () => truncateSync("test", 0) time 1029 ms rate 97181 time 1013 ms rate 98716 time...