nu_plugin_roaring
nu_plugin_roaring is a plugin for the Nushell that provides efficient bitmap operations using the Roaring Bitmap data structure.
Installation
Usage
The plugin supports the following methods: new, len, list, contains, and serialize. Here are some examples:
-
Create a new bitmap, serialize it, and save it to a file:
| | | -
Import a serialized bitmap and get its length:
| -
Import a serialized bitmap and check if it contains certain values:
| -
Import a serialized bitmap and list certain values:
# List elements in the range from 1 to 15 | # List all elements |