Zobrazeno 1 - 10
of 228
pro vyhledávání: '"Guy L. Steele"'
Autor:
Guy L. Steele, Sebastiano Vigna
Publikováno v:
Proceedings of the ACM on Programming Languages. 5:1-31
In 2014, Steele, Lea, and Flood presented SplitMix, an object-oriented pseudorandom number generator (prng) that is quite fast (9 64-bit arithmetic/logical operations per 64 bits generated) and also splittable . A conventional prng object provides a
Autor:
Sebastiano Vigna, Guy L. Steele
Publikováno v:
Software: Practice and Experience. 52:443-458
Congruential pseudorandom number generators rely on good multipliers, that is, integers that have good performance with respect to the spectral test. We provide lists of multipliers with a good lattice structure up to dimension eight and up to lag ei
Autor:
Jean-Baptiste Tristan, Guy L. Steele
Publikováno v:
PPOPP
We describe a simd technique for drawing values from multiple discrete distributions, such as sampling from the random variables of a mixture model, that avoids computing a complete table of partial sums of the relative probabilities. A table of alte
Publikováno v:
Proceedings of the ACM on Programming Languages. 3:1-28
Many object-oriented languages provide method overloading, which allows multiple method declarations with the same name. For a given method invocation, in order to choose what method declaration to invoke, multiple dispatch considers the run-time typ
Publikováno v:
EuroMLSys@EuroSys
Inspired by earlier work on Augur, Vate is a probabilistic programming language for the construction of JVM based probabilistic models with an Object-Oriented interface. As a compiled language it is able to examine the dependency graph of the model t
Publikováno v:
CPP
Authenticated Append-Only Skiplists (AAOSLs) enable maintenance and querying of an authenticated log (such as a blockchain) without requiring any single party to store or verify the entire log, or to trust another party regarding its contents. AAOSLs
Publikováno v:
ACM Transactions on Parallel Computing. 7:1-2
Publikováno v:
ACM Transactions on Parallel Computing. 6:1-2
Autor:
Guy L. Steele, Jean-Baptiste Tristan
Publikováno v:
PPOPP
We describe a general framework for adding the values of two approximate counters to produce a new approximate counter value whose expected estimated value is equal to the sum of the expected estimated values of the given approximate counters. (To th
Autor:
Guy L. Steele
Publikováno v:
Communications of the ACM. 54:39-45
Frances E. Allen, recipient of the 2006 ACM A.M. Turing Award, reflects on her career.