naz

Results 38 comments of naz

Nothing concrete planned but contributions are welcome :smiley:

Yeah, it was addressed in this PR - https://github.com/guyht/notp/pull/36 , but it never got merged in. Would be great to have it in main repository, as using forks kind of...

hey @guyht , could you please take a look at this PR? It addresses a valid issue but never gotten merged in.

In case anybody comes around this thread looking for support. The most maintained and active fork for this project is https://github.com/breejs/later

@ricardograca we are having a usecase for this type of eager fetching in Ghost. This feature would be very helpful in solving some of the issues related to not having...

Although Cabin can provide a UI to somehow monitor job execution I think it would be to a great benefit for bree to expose an API to build a custom...

@evantahler worker threads [are stable](https://nodejs.org/docs/latest-v12.x/api/worker_threads.html#worker_threads_worker_threads) as of Node v12 and can be polyfilled for older versions of node using a lib like https://github.com/chjj/bthreads.

Hey @evantahler! For now, my main use-case has been around offloading CPU-intensive work out from main thread/even loop. The worker instance creation cost is a real concern to which I...

We are on the same page about the world-view and you are spot on the case I'm trying to solve _right now_. In the future there will be a need...

Just to keep some references around - https://github.com/breejs/bree/issues/45, this is an issue in an alternative job manager lib. It will hopefully contain specific performance implications of running worker threads or...