The Wayback Machine - https://web.archive.org/web/20190528082737/https://github.com/bnoordhuis
Skip to content
Pro
Block or report user

Report or block bnoordhuis

Contact Support about this user’s behavior.

Learn more about reporting abuse

Report abuse

Organizations

@Jasig @IBM @gypified @strongloop @libuv @node-forward @nodejs @ziglang

Popular repositories

  1. node-heapdump

    Make a dump of the V8 heap for later inspection.

    JavaScript 1.8k 110

  2. node-iconv

    node.js iconv bindings - text recoding for fun and profit!

    JavaScript 674 107

  3. node-profiler

    Access the V8 profiler from node.js

    C++ 278 26

  4. node-buffertools

    working with node.js buffers made easy

    C++ 199 37

  5. ragel

    Ragel State Machine Compiler - http://www.complang.org/ragel/

    C++ 116 12

  6. node-event-emitter

    shows how to emit events from C++ land

    JavaScript 82 16

1,121 contributions in the last year

Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Mon Wed Fri

Contribution activity

May 2019

Created a pull request in nodejs/node that received 9 comments

inspector: more conservative minimum stack size

PTHREAD_STACK_MIN is 2 KB with musl, which is too small to safely receive signals. PTHREAD_STACK_MIN + MINSIGSTKSZ is 8 KB on arm64, which is the m…

+11 −5 9 comments

Created an issue in libuv/libuv that received 3 comments

unix: optionally accept() on dedicated thread

This would be an opt-in (e.g. through uv_loop_configure()) to tell libuv to start a dedicated thread for accepting new connections with the goal of…

3 comments
You can’t perform that action at this time.