https://github.com/pot-pourri/memory
:floppy_disk: Memory management for JavaScript
https://github.com/pot-pourri/memory
agpl alloc calloc collect free javascript malloc
Last synced: 6 months ago
JSON representation
:floppy_disk: Memory management for JavaScript
- Host: GitHub
- URL: https://github.com/pot-pourri/memory
- Owner: pot-pourri
- License: agpl-3.0
- Created: 2014-09-06T13:05:07.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2021-04-26T14:09:14.000Z (over 4 years ago)
- Last Synced: 2024-04-14T19:22:23.086Z (over 1 year ago)
- Topics: agpl, alloc, calloc, collect, free, javascript, malloc
- Language: JavaScript
- Homepage: https://aureooms.github.io/js-memory
- Size: 1.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
:floppy_disk: [@aureooms/js-memory](https://make-github-pseudonymous-again.github.io/js-memory)
==Memory management code bricks for JavaScript.
```js
let object = pool.alloc( ) ;
pool.free( object ) ;
pool.collect( ) ;
```[](https://raw.githubusercontent.com/make-github-pseudonymous-again/js-memory/main/LICENSE)
[](https://www.npmjs.org/package/@aureooms/js-memory)
[](https://travis-ci.org/make-github-pseudonymous-again/js-memory/branches)
[](https://david-dm.org/make-github-pseudonymous-again/js-memory)
[](https://david-dm.org/make-github-pseudonymous-again/js-memory?type=dev)
[](https://github.com/make-github-pseudonymous-again/js-memory/issues)
[](https://www.npmjs.org/package/@aureooms/js-memory)[](https://codeclimate.com/github/make-github-pseudonymous-again/js-memory/issues)
[](https://codeclimate.com/github/make-github-pseudonymous-again/js-memory/trends/churn)
[](https://codecov.io/gh/make-github-pseudonymous-again/js-memory)
[](https://codeclimate.com/github/make-github-pseudonymous-again/js-memory/trends/technical_debt)
[](https://make-github-pseudonymous-again.github.io/js-memory/source.html)
[](https://bundlephobia.com/result?p=@aureooms/js-memory)