Thread
Stories related to "GPU LSM: Dynamic Dictionary Data Structure for the GPU [pdf]" across the full archive.
Abstract: "We develop a dynamic dictionary data structure for the GPU, supporting fast insertions and deletions, based on the Log Structured Merge tree (LSM). Our implementation on an NVIDIA K40c GPU has an average update (insertion or deletion) rate of 225 M elements/s, 13.5x faster than merging it...
A while ago, I [asked](https://lobste.rs/s/cqnzl5/lobste_rs_access_pattern_statistics_for) about traffic statistics for lobste.rs for a research project. Finally, the result of that work has now been published as the linked system, which speeds up lobste.rs by ~5x over that provided by MySQL. The so...
Using data from NASA’s Solar Dynamics Observatory, or SDO, scientists have developed a new model that successfully predicted seven of the Sun’s biggest flares from the last solar cycle, out of a set of nine. With more development, the model could be used to one day inform forecasts of these intense ...
Modern Datalog engines (e.g., LogicBlox, Soufflé, ddlog) enable their users to write declarative queries which compute recursive deductions over extensional facts, leaving high-performance operationalization (query planning, semi-naïve evaluation, and parallelization) to the engine. Such engines for...