Trevor Norris

Results 9 issues of Trevor Norris

Consider implementation of a [quicksort](http://www.nczonline.net/blog/2012/11/27/computer-science-in-javascript-quicksort/). This would be especially useful once `Typed Array Views` and `Buffers` are supported.

enhancement

I'm curious how this API would be used to completely replace Event Emitters to implement something like `net.Socket`. This issue is a reminder to do a reference implementation.

reference implementation

Hopefully I'm missing something, but seems that `TernDef` can't figure out where a definition is when working within https://github.com/nodejs/node itself. Probably because all the require's are the same as that...

Currently `node::MakeCallback()` returns `Local`. This is problematic for two reasons: 1) `node::AsyncWrap::MakeCallback()` returns a `Local()` if there's an exception. While the PR hasn't been done, before v6 it will return...

nan has done wonders for the community, but there are still missing bits. If these can be addressed there is a good desire to bring this into io.js itself. This...

src: add new metrics APIs The following metrics are now always recorded and available via the new uv_metrics_info() API. * loop_count: Number of event loop iterations. * events: Total number...

### Version all ### Platform all ### Subsystem event loop ### What steps will reproduce the bug? ```js // Backwards compatibility, this shouldn't run. setTimeout(() => { throw new Error('bad')...

libuv

During the API creation process we should take WebAssembly into consideration in order to future proof what is being done now. One example is the fact that `wasm` will allow...

Here are all the tests that fail (except for the fs test, still investigating those). **IPC TESTS** ``` not ok 25 should be equal --- operator: equal expected: "NotFoundError: Not...