14 papers
12 files
14 references

Papers Referenced in This Repository

A Time and Space-Efficient Compositional Method for Prime and Test Paths Generation.

Ebrahim Fazli, Mohsen Afsharchi
2019
1 reference

This paper investigates the problem of prime and test paths generation, which is an important problem in ensuring path coverage in software testing. Most existing methods for prime/test paths generation have little success in generating the set of all prime/test paths of structurally complex program...

Show 1 reference in code

Graph-Based Algorithms for Boolean Function Manipulation

R. Bryant
1986
1 reference

In this paper we present a new data structure for representing Boolean functions and an associated set of manipulation algorithms. Functions are represented by directed, acyclic graphs in a manner similar to the representations introduced by Lee [1] and Akers [2], but with further restrictions on th...

Show 1 reference in code

Dynamic storage allocation: A survey and critical review

Paul R. Wilson, Mark S. Johnstone, Michael J. Neely, David B. Boles
1995
1 reference
Show 1 reference in code

Scrambled Linear Pseudorandom Number Generators

David Blackman, Sebastiano Vigna
2018
1 reference

$\mathbf F_2$-linear pseudorandom number generators are very popular due to their high speed, to the ease with which generators with a sizable state space can be created, and to their provable theoretical properties. However, they suffer from linear artifacts that show as failures in linearity-relat...

Show 1 reference in code

Optimization of cyclic redundancy-check codes with 24 and 32 parity bits

Guy Castagnoli, Stefan Brauer, M. Herrmann
1993
1 reference

The method developed by T. Fujiwara et al. (1985) for efficiently computing the minimum distance of shortened Hamming codes using the weight distribution of their dual codes is extended to treat arbitrary shortened cyclic codes. Using this method implemented on a high-speed special-purpose processor...

Show 1 reference in code

32-bit cyclic redundancy codes for Internet applications

P. Koopman
2002
1 reference

Standardized 32-bit Cyclic Redundancy Codes provide fewer bits of guaranteed error detection than they could, achieving a Hamming Distance (HD) of only 4 for maximum-length Ethernet messages, whereas HD=6 is possible. Although research has revealed improved codes, exploring the entire design space h...

Show 1 reference in code

Faster Remainder by Direct Computation: Applications to Compilers and Software Libraries

Daniel Lemire, Owen Kaser, Nathan Kurz
2019
1 reference

On common processors, integer multiplication is many times faster than integer division. Dividing a numerator n by a divisor d is mathematically equivalent to multiplication by the inverse of the divisor (n / d = n x 1/d). If the divisor is known in advance---or if repeated integer divisions will be...

Show 1 reference in code
Show 1 reference in code

Ryū: fast float-to-string conversion

Ulf Adams
2018
2 references

We present Ryū, a new routine to convert binary floating point numbers to their decimal representations using only fixed-size integer operations, and prove its correctness. Ryū is simpler and approximately three times faster than the previously fastest implementation.

Show 1 reference in code

BlockQuicksort: Avoiding Branch Mispredictions in Quicksort

2016
1 reference

Since the work of Kaligosi and Sanders (2006), it is well-known that Quicksort - which is commonly considered as one of the fastest in-place sorting algorithms - suffers in an essential way from branch mispredictions. We present a novel approach to address this problem by partially decoupling contro...

Show 1 reference in code

Xorshift RNGs

2003
1 reference

Description of a class of simple, extremely fast random number generators (RNGs) with periods 2k - 1 for k = 32, 64, 96, 128, 160, 192. These RNGs seem to pass tests of randomness very well.

Show 1 reference in code

Emulation of a FMA and Correctly Rounded Sums: Proved Algorithms Using Rounding to Odd

Sylvie Boldo, Guillaume Melquiond
2008
1 reference

International audience

Show 1 reference in code

Fast Random Integer Generation in an Interval

Daniel Lemire
2018
2 references

In simulations, probabilistic algorithms and statistical tests, we often generate random integers in an interval (e.g., [0,s)). For example, random integers in an interval are essential to the Fisher-Yates random shuffle. Consequently, popular languages like Java, Python, C++, Swift and Go include r...

Show 1 reference in code

Number Parsing at a Gigabyte per Second

Daniel Lemire
2021
7 references

With disks and networks providing gigabytes per second, parsing decimal numbers from strings becomes a bottleneck. We consider the problem of parsing decimal numbers to the nearest binary floating-point value. The general problem requires variable-precision arithmetic. However, we need at most 17 di...

Show 1 reference in code
Link copied to clipboard!