4 papers
5 files
5 references

Papers Referenced in This Repository

Test-Case Reduction via Test-Case Generation: Insights from the Hypothesis Reducer (Tool Insights Paper).

David R. MacIver, Alastair F. Donaldson
2020
2 references

We describe internal test-case reduction, the method of test-case reduction employed by Hypothesis, a widely-used property-based testing library for Python. The key idea of internal test-case reduction is that instead of applying test-case reduction externally to generated test cases, we apply it in...

Show 2 references in code

Number Parsing at a Gigabyte per Second

Daniel Lemire
2021
10 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

Ryū: fast float-to-string conversion

Ulf Adams
2018
4 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

Bandit Based Monte-Carlo Planning.

Levente Kocsis, Csaba Szepesvari
2006
1 reference
Show 1 reference in code
Link copied to clipboard!