Update README.md

This commit is contained in:
Eugene 2025-04-02 09:18:19 +03:00
parent 3a063d4aac
commit 6c6b48a287
1 changed files with 8 additions and 0 deletions

View File

@ -1,4 +1,6 @@
### Bitmap-Index Library ### Bitmap-Index Library
[![NPM version][npm-image]][npm-url]
[![Downloads][downloads-image]][downloads-url]
This TypeScript library provides a bitmap implementation (`Bitmap`) that allows efficient manipulation of a bitmap data structure, useful for various indexing and set operations. This TypeScript library provides a bitmap implementation (`Bitmap`) that allows efficient manipulation of a bitmap data structure, useful for various indexing and set operations.
@ -86,3 +88,9 @@ This library is designed for bitmap indexing operations and is not related to im
--- ---
Feel free to contribute, report issues, or suggest improvements on [GitHub](https://github.com/yazmeyaa/bitmap-index). Feel free to contribute, report issues, or suggest improvements on [GitHub](https://github.com/yazmeyaa/bitmap-index).
[npm-image]: https://img.shields.io/npm/v/bitmap-index.svg?style=flat-square
[npm-url]: https://npmjs.org/package/bitmap-index
[downloads-image]: https://img.shields.io/npm/dm/bitmap-index.svg?style=flat-square
[downloads-url]: https://npmjs.org/package/bitmap-index