frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Cuckoo-GPU – A 350x faster Bloom filter alternative for GPUs

https://github.com/tdortman/Cuckoo-GPU
1•tdortman•2h ago

Comments

tdortman•2h ago
Hi HN, I'm Tim, the primary author of Cuckoo-GPU.

We're open-sourcing a header-only CUDA library that brings high-performance Cuckoo filters to modern GPUs. You can read the full arXiv preprint here: https://arxiv.org/abs/2603.15486

The Problem:

Approximate Membership Query (AMQ) data structures like Bloom filters are heavily used to filter out non-members before expensive I/O operations, but they often don't support deleting items. While dynamic alternatives like Cuckoo filters solve this, porting them to GPUs has historically been a nightmare. The eviction chains cause massive thread divergence and random memory accesses, bottlenecking GPU throughput.

Our Solution:

Instead of fighting the random access pattern to optimise for memory locality at all cost (like the GPU Quotient filter and Two-Choice filter do), we embraced it to fully saturate the massive global memory bandwidth of modern hardware (primary testbed was an NVIDIA GH200). To the best of our knowledge this is the first general-purpose Cuckoo filter library that successfully uses the GPU for every operation without sacrificing performance too much.

We used:

1. A lock-free architecture built on atomic compare-and-swap (CAS).

2. Vectorised operations to process large chunks of a bucket in parallel without branching.

3. A novel BFS eviction heuristic that bounds eviction chains under heavy load.

Through this, we're seeing insertion and deletion throughputs up to 378x and 258x higher than the state-of-the-art GPU Quotient Filter, and up to a 350x speedup over an optimised multi-threaded CPU implementation. It even rivals NVIDIA's own append-only Blocked Bloom filter for query throughput.

I'd love to hear your thoughts! And of course answer any questions that might come up.

AI, Human Cognition and Knowledge Collapse

https://www.nber.org/papers/w34910
1•netfortius•1m ago•0 comments

Factory waste heat could be used to cool data centers via novel thermal battery

https://www.datacenterdynamics.com/en/news/factory-waste-heat-could-help-cool-data-centers-thanks...
1•ZinedineF•2m ago•1 comments

Len Deighton, originator of modern spy fiction, dies

https://www.theguardian.com/books/2026/mar/17/len-deighton-obituary
1•zabzonk•2m ago•0 comments

Stop Losing Referrals: A Quick Note for Coaches and Consultants

https://substack.com/profile/461289274-willem/note/c-229234997
1•anqer•4m ago•0 comments

What can we remove? (2024)

https://stephango.com/remove
1•Sir_Twist•6m ago•0 comments

Genetically modified bacteria convert plastic waste into Parkinson's drug

https://www.heise.de/en/news/Genetically-modified-bacteria-convert-plastic-waste-into-Parkinson-s...
2•ohjeez•6m ago•0 comments

If you thought the code writing speed was your problem; you have bigger problems

https://andrewmurphy.io/blog/if-you-thought-the-speed-of-writing-code-was-your-problem-you-have-b...
3•mooreds•8m ago•0 comments

GhostNet: A Community-Driven Global OSINT Network over Shortwave Radio

https://github.com/s2underground/GhostNet
2•CGMthrowaway•8m ago•0 comments

Certifications with the best ROI per hour in 2026

1•OpenClawAura•9m ago•0 comments

Show HN: Specimen – Font Manager for macOS

https://getspecimen.app
1•yaniszaf•11m ago•0 comments

Nornr: Give your agent a spending mandate before it touches money

https://nornr.com/quickstart
2•dreadpirates•12m ago•1 comments

Arizona Attorney General sues Kalshi on illegal gambling charges

https://www.engadget.com/big-tech/arizona-attorney-general-sues-kalshi-on-illegal-gambling-charge...
5•spenvo•12m ago•0 comments

Anti-Private Equity Is Good Business

https://www.bloomberg.com/opinion/newsletters/2026-03-17/anti-private-equity-is-good-business
2•impish9208•13m ago•1 comments

Show HN: I built a 7-agent AI marketing crew – 235 replies, /bin/zsh revenue

https://vaos.sh/blog/i-built-a-7-agent-ai-marketing-crew
2•jmanhype•15m ago•0 comments

Real-World Industrial-Scale Verification: LLM-Driven Theorem Proving on SeL4

https://arxiv.org/abs/2602.08384
1•PaulHoule•15m ago•0 comments

Show HN: Complete Guide to AI Agent Observability in Production

https://vaos.sh/blog/complete-guide-to-ai-agent-observability
1•jmanhype•16m ago•0 comments

The Byzantine MCP Router – AI Safety and Security via Semantic Consensus

https://github.com/wdulz/byzantine-mcp-router
1•wdulz•17m ago•1 comments

More Big Tech Layoffs Loom as Meta Mulls 20% Cut to Its Workforce

https://www.investopedia.com/more-big-tech-layoffs-loom-as-meta-mulls-20-percent-cut-to-its-workf...
3•nigelgutzmann•17m ago•0 comments

Oils for Unix – A Pause in the Project

https://oils.pub/blog/2026/03/status-update.html
3•righthand•17m ago•0 comments

Free alternative to Harvey/Legora's tabular document review

https://www.usefolio.ai/blog/a-tabular-document-review-companion-for-your-claude-legal-skill
1•nibab•17m ago•0 comments

Pgtui, a Postgres TUI Client

https://kdwarn.net/programming/blog/227
3•birdculture•18m ago•0 comments

Migrating from DigitalOcean to Hetzner

https://isayeter.com/posts/digitalocean-to-hetzner-migration/
2•luispa•19m ago•0 comments

What Does the Future of Programming Look Like?

https://jackwsmth.com/what-does-the-future-of-programming-look-like/
1•fixedprog•19m ago•0 comments

Simulation we live in was created to develop AGI, and will soon be turned off

https://twitter.com/pmddomingos/status/2032223840403931541
2•reconnecting•20m ago•2 comments

RocketRide – Build and run AI/data pipelines within VS Code, Cursor etc.

https://github.com/rocketride-org/rocketride-server
3•shashidhar-babu•20m ago•1 comments

I canceled my Antigravity subscription today. Here is why

1•davidvartanian•21m ago•1 comments

Tab Organizer for Developer

https://github.com/gancio-xyz/dev-tab-organizer
1•alexfg93•23m ago•0 comments

Email for agents – agent doesn't need another Gmail

https://mails.dev/
2•guoyu•26m ago•0 comments

Webtool: Let AI agents control your live Chrome session with CDP

https://github.com/usewebtool/webtool
4•machinecontrol•27m ago•1 comments

Show HN: Railguard – A safer –dangerously-skip-permissions for Claude Code

https://github.com/railyard-dev/railguard
1•LunarFrost88•28m ago•1 comments