1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/bit-package.R
\name{bit-package}
\alias{bit-package}
\title{bit: Classes and methods for fast memory-efficient boolean selections}
\description{
Provided are classes for boolean and skewed boolean vectors, fast boolean
methods, fast unique and non-unique integer sorting, fast set operations on
sorted and unsorted sets of integers, and foundations for ff (range indices,
compression, chunked processing).
}
\details{
For details view the vignettes \url{../doc/bit-usage.pdf} and
\url{../doc/bit-performance.pdf}
}
|