Learn R Programming

bit64 (version 4.5.2)

A S3 Class for Vectors of 64bit Integers

Description

Package 'bit64' provides serializable S3 atomic 64bit (signed) integers. These are useful for handling database keys and exact counting in +-2^63. WARNING: do not use them as replacement for 32bit integers, integer64 are not supported for subscripting by R-core and they have different semantics when combined with double, e.g. integer64 + double => integer64. Class integer64 can be used in vectors, matrices, arrays and data.frames. Methods are available for coercion from and to logicals, integers, doubles, characters and factors as well as many elementwise and summary functions. Many fast algorithmic operations such as 'match' and 'order' support inter- active data exploration and manipulation and optionally leverage caching.

Copy Link

Version

Install

install.packages('bit64')

Monthly Downloads

570,479

Version

4.5.2

License

GPL-2 | GPL-3

Issues

Pull Requests

Stars

Forks

Last Published

September 22nd, 2024

Functions in bit64 (4.5.2)

as.character.integer64

Coerce from integer64
all.equal.integer64

Test if two integer64 vectors are all.equal
cache

Atomic Caching
benchmark64.data

Results of performance measurement on a Core i7 Lenovo T410 8 GB RAM under Windows 7 64bit
c.integer64

Concatenating integer64 vectors
as.data.frame.integer64

integer64: Coercing to data.frame column
as.integer64.character

Coerce to integer64
bit64S3

Turning base R functions into S3 generics for bit64
hashcache

Big caching of hashing, sorting, ordering
benchmark64

Function for measuring algorithmic performance
of high-level and low-level integer64 functions
cumsum.integer64

Cumulative Sums, Products, Extremes and lagged differences
bit64-package

A S3 class for vectors of 64bit integers
keypos

Extract Positions in redundant dimension table
is.sorted.integer64

Small cache access methods
extract.replace.integer64

Extract or Replace Parts of an integer64 vector
ramsort.integer64

Low-level intger64 methods for in-RAM sorting and ordering
seq.integer64

integer64: Sequence Generation
identical.integer64

Identity function for class 'integer64'
sort.integer64

High-level intger64 methods for sorting and ordering
match.integer64

64-bit integer matching
format.integer64

Unary operators and functions for integer64 vectors
optimizer64.data

Results of performance measurement on a Core i7 Lenovo T410 8 GB RAM under Windows 7 64bit
rank.integer64

Sample Ranks from integer64
duplicated.integer64

Determine Duplicate Elements of integer64
hashmap

Hashing for 64bit integers
xor.integer64

Binary operators for integer64 vectors
plusclass

integer64: Maintaining S3 class attribute
qtile

(Q)uan(Tile)s
prank

(P)ercent (Rank)s
rep.integer64

Replicate elements of integer64 vectors
sortnut

Searching and other uses of sorting for 64bit integers
unipos

Extract Positions of Unique Elements
sum.integer64

Summary functions for integer64 vectors
table.integer64

Cross Tabulation and Table Creation for integer64
tiepos

Extract Positions of Tied Elements
runif64

integer64: random numbers
unique.integer64

Extract Unique Elements from integer64