tech.bitey:bufferbitset

A reimplementation of java.util.BitSet, replacing the backing long[] with a java.nio.ByteBuffer

License

License

GroupId

GroupId

tech.bitey
ArtifactId

ArtifactId

bufferbitset
Last Version

Last Version

0.1
Release Date

Release Date

Type

Type

jar
Description

Description

tech.bitey:bufferbitset
A reimplementation of java.util.BitSet, replacing the backing long[] with a java.nio.ByteBuffer
Project URL

Project URL

http://bitey.tech
Source Code Management

Source Code Management

https://github.com/strangecharm2/strangecharm

Download bufferbitset

How to add to project

<!-- https://jarcasting.com/artifacts/tech.bitey/bufferbitset/ -->
<dependency>
    <groupId>tech.bitey</groupId>
    <artifactId>bufferbitset</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/tech.bitey/bufferbitset/
implementation 'tech.bitey:bufferbitset:0.1'
// https://jarcasting.com/artifacts/tech.bitey/bufferbitset/
implementation ("tech.bitey:bufferbitset:0.1")
'tech.bitey:bufferbitset:jar:0.1'
<dependency org="tech.bitey" name="bufferbitset" rev="0.1">
  <artifact name="bufferbitset" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.bitey', module='bufferbitset', version='0.1')
)
libraryDependencies += "tech.bitey" % "bufferbitset" % "0.1"
[tech.bitey/bufferbitset "0.1"]

Dependencies

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.5.1
org.junit.jupiter : junit-jupiter-engine jar 5.5.1

Project Modules

There are no modules declared in this project.

dataframe

Apache 2.0 Build Status

Another dataframe library for Java, inspired by Tablesaw, built on nio buffers.

To add a dependency on dataframe using Maven, use the following:

<dependency>
  <groupId>tech.bitey</groupId>
  <artifactId>dataframe</artifactId>
  <version>0.4.3</version>
</dependency>

Sample Usages

Versions

Version
0.1