finding
active
finding:dynamic-binding-operations-on-relational-database-engines-sqlite-are-several-orders-of-magnitude-slower-than-dedicated-runtime-implementationsDynamic binding operations on relational database engines (SQLite) are several orders of magnitude slower than dedicated runtime implementations.
Neighborhood — ranked by edge-count
Papers (1)
paper
Related by similarity (8)
cosine ≥ 0.65 · no typed edgeEntities in the same semantic neighborhood but without a typed relation to this one — candidates for new edges or unrecognized duplicates.
- Empirical observation that a relational engine is too slow for associative lookup, motivating specialized implementation.
- Claim linking late-binding to enhanced runtime adaptability.
- Observation from practical experience with DNA sequence comparison.
- whether the mechanisms described in this paper can be efficiently supported by a relational database enginequestion0.714Question raised about the feasibility of using a relational backend, answered by the Sqlite experiment.
- Dynamic programming languages seem to spend much of their time looking up behaviour associatively.claim0.712An observation motivating the associative model as a unifying primitive.
- Design hypothesis that coarse-grained task switching (at commands only) eliminates need for protection mechanisms while maintaining usability.
- The central research question explored, by way of examples, throughout the paper.
- Claim that hardware-supported associative lookup would enable high-performance dynamic language runtimes.