bit644.6.0-1 package

A S3 Class for Vectors of 64bit Integers

all.equal.integer64.rd

Test if two integer64 vectors are all.equal

as.character.integer64.rd

Coerce from integer64

as.data.frame.integer64.rd

integer64: Coercing to data.frame column

as.integer64.character.rd

Coerce to integer64

benchmark64.data.rd

Results of performance measurement on a Core i7 Lenovo T410 8 GB RAM u...

benchmark64.rd

Function for measuring algorithmic performanceof high-level and low-le...

bit64-package.rd

A S3 class for vectors of 64bit integers

bit64S3.rd

Turning base R functions into S3 generics for bit64

c.integer64.rd

Concatenating integer64 vectors

cache.rd

Atomic Caching

cumsum.integer64.rd

Cumulative Sums, Products, Extremes and lagged differences

duplicated.integer64.rd

Determine Duplicate Elements of integer64

extract.replace.integer64.rd

Extract or Replace Parts of an integer64 vector

format.integer64.rd

Unary operators and functions for integer64 vectors

hashcache.rd

Big caching of hashing, sorting, ordering

hashmap.rd

Hashing for 64bit integers

identical.integer64.rd

Identity function for class 'integer64'

is.sorted.integer64.rd

Small cache access methods

keypos.rd

Extract Positions in redundant dimension table

match.integer64.rd

64-bit integer matching

optimizer64.data.rd

Results of performance measurement on a Core i7 Lenovo T410 8 GB RAM u...

plusclass.rd

integer64: Maintaining S3 class attribute

prank.rd

(P)ercent (Rank)s

qtile.rd

(Q)uan(Tile)s

ramsort.integer64.rd

Low-level intger64 methods for in-RAM sorting and ordering

rank.integer64.rd

Sample Ranks from integer64

rep.integer64.rd

Replicate elements of integer64 vectors

runif64.rd

integer64: random numbers

seq.integer64.rd

integer64: Sequence Generation

sort.integer64.rd

High-level intger64 methods for sorting and ordering

sortnut.rd

Searching and other uses of sorting for 64bit integers

sum.integer64.rd

Summary functions for integer64 vectors

table.integer64.rd

Cross Tabulation and Table Creation for integer64

tiepos.rd

Extract Positions of Tied Elements

unipos.rd

Extract Positions of Unique Elements

unique.integer64.rd

Extract Unique Elements from integer64

xor.integer64.rd

Binary operators for integer64 vectors

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.