Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liriliri/eris
Node c++ addon utilities
https://github.com/liriliri/eris
Last synced: 1 day ago
JSON representation
Node c++ addon utilities
- Host: GitHub
- URL: https://github.com/liriliri/eris
- Owner: liriliri
- License: mit
- Created: 2020-10-06T09:26:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-09T04:07:29.000Z (over 2 years ago)
- Last Synced: 2024-10-29T19:18:14.958Z (10 days ago)
- Language: C++
- Size: 22.5 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - eris
README
# eris
Node c++ addon utilities
## Addons
* [profiler](./src/profiler/README.md): Record V8 CPU profile.
* [sleep](./src/sleep/README.md): Synchronous sleep.
* [snapshot](./src/snapshot/README.md): Take V8 snapshot for later inspection.