8 papers
7 files
8 references

Papers Referenced in This Repository

A monotonic superclass linearization for Dylan

Kim Barrett, B. Cassels, Paul Haahr, D. A. Moon, Keith Playford, P. T. Withington
1996
1 reference
Show 1 reference in code

Copy-and-Patch Compilation: A fast compilation algorithm for high-level languages and bytecode

Haoran Xu, Fredrik Kjolstad
2020
1 reference

Fast compilation is important when compilation occurs at runtime, such as query compilers in modern database systems and WebAssembly virtual machines in modern browsers. We present copy-and-patch, an extremely fast compilation technique that also produces good quality code. It is capable of lowering...

Show 1 reference in code

Left Recursion in Parsing Expression Grammars

Sérgio Medeiros, Fabio Mascarenhas, Roberto Ierusalimschy
2012
1 reference

Parsing Expression Grammars (PEGs) are a formalism that can describe all deterministic context-free languages through a set of rules that specify a top-down parser for some language. PEGs are easy to use, and there are efficient implementations of PEG libraries in several programming languages. A ...

Show 1 reference in code

Accurate Sum and Dot Product

T. Ogita, S. Rump, S. Oishi
2005
1 reference
Show 1 reference in code

An Improved Algorithm for hypot(a,b)

Carlos F. Borges
2019
1 reference

We develop a fast and accurate algorithm for evaluating $\sqrt{a^2+b^2}$ for two floating point numbers $a$ and $b$. Library functions that perform this computation are generally named {\tt hypot(a,b)}. We will compare four approaches that we will develop in this paper to the current resident librar...

Show 1 reference in code

Applications of finite automata representing large vocabularies

Cláudio L. Lucchesi, Tomasz Kowaltowski
1993
1 reference

<jats:title>Abstract</jats:title><jats:p>The construction of minimal acyclic deterministic partial finite automata to represent large natural language vocabularies is described. Applications of such automata include spelling checkers and advisers, multilanguage dictionaries, thesauri, minimal perfec...

Show 1 reference in code
Link copied to clipboard!