Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yodaos-project/hive
Node.js process incubator
https://github.com/yodaos-project/hive
incubator nodejs process yodaos
Last synced: about 2 months ago
JSON representation
Node.js process incubator
- Host: GitHub
- URL: https://github.com/yodaos-project/hive
- Owner: yodaos-project
- License: apache-2.0
- Created: 2019-05-27T07:03:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-16T02:07:13.000Z (almost 5 years ago)
- Last Synced: 2024-05-14T00:26:58.309Z (8 months ago)
- Topics: incubator, nodejs, process, yodaos
- Language: JavaScript
- Homepage:
- Size: 309 KB
- Stars: 14
- Watchers: 7
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Hive
[![Build Status](https://travis-ci.com/yodaos-project/hive.svg?branch=master)](https://travis-ci.com/yodaos-project/hive)
[![License](https://img.shields.io/badge/licence-apache%202.0-green.svg)](LICENSE.md)## Benchmarks
Following results were ran on a MacBook Pro (13-inch, 2017, Two Thunderbolt 3 ports) with 2.5 GHz Intel Core i7, 16 GB 2133 MHz LPDDR3.
### Node.js v12.4.0
- fork/hive-fork-child-process.js n=100: 7.649900981841598ms
- fork/node-fork-child-process.js n=100: 46.94695102435441ms
- fork/node-spawn-child-process.js n=100: 42.67337671217151ms- require-lodash/hive-fork-child-process.js n=100: 8.122591648174616ms
- require-lodash/node-fork-child-process.js n=100: 59.44227485495386ms
- require-lodash/node-spawn-child-process.js n=100: 57.76666079101686ms