Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/victornpb/weakmatrix
A bi-dimensional WeakMap object implementation, for storing weak references to data associated with 2 keys. map[key][key] = value
https://github.com/victornpb/weakmatrix
2d-map bi-dimensional data-structures javascript matrix weak-map weak-table weakmap
Last synced: 20 days ago
JSON representation
A bi-dimensional WeakMap object implementation, for storing weak references to data associated with 2 keys. map[key][key] = value
- Host: GitHub
- URL: https://github.com/victornpb/weakmatrix
- Owner: victornpb
- License: mit
- Created: 2022-04-24T15:15:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-14T23:39:23.000Z (over 2 years ago)
- Last Synced: 2024-10-07T01:40:37.181Z (about 1 month ago)
- Topics: 2d-map, bi-dimensional, data-structures, javascript, matrix, weak-map, weak-table, weakmap
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# foo-bar
![Node](https://img.shields.io/node/v/foo-bar.svg?style=flat-square)
[![NPM](https://img.shields.io/npm/v/foo-bar.svg?style=flat-square)](https://www.npmjs.com/package/foo-bar)
[![Travis](https://img.shields.io/travis/username/foo-bar/master.svg?style=flat-square)](https://travis-ci.org/username/foo-bar)
[![David](https://img.shields.io/david/username/foo-bar.svg?style=flat-square)](https://david-dm.org/username/foo-bar)
[![Coverage Status](https://img.shields.io/coveralls/username/foo-bar.svg?style=flat-square)](https://coveralls.io/github/username/foo-bar)
[![NPM](https://img.shields.io/npm/dt/foo-bar.svg?style=flat-square)](https://www.npmjs.com/package/foo-bar)Headline description
## Installation
### NPM
npm install foo-bar
### [Yarn](https://github.com/yarnpkg/yarn)yarn add foo-bar
### CDN
## Packages
| File | Module Type | Transpiled | Source Maps |
|----------------------|-------------|------------|-------------|
| dist/foo-bar.esm.mjs | esm | No | No |
| dist/foo-bar.cjs.js | cjs | Yes | Yes |
| dist/foo-bar.esm.js | esm | Yes | Yes |
| dist/foo-bar.js | umd | Yes | Yes |## Usage
Examples here
## License
The code is available under the [MIT](LICENSE) license.
## Contributing
We are open to contributions, see [CONTRIBUTING.md](CONTRIBUTING.md) for more info.