frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: AnuDB – A RocksDB-Backed Embedded Database for Pi (With Benchmark)

https://github.com/hash-anu/AnuDB
1•hashmak_jsn•1y ago
Hi HN,

I’ve been working on AnuDB, a lightweight embedded key-value database backed by RocksDB, optimized for low-power devices like the Raspberry Pi.

It's designed as an alternative to SQLite in scenarios where high concurrency and write-heavy workloads matter.

I benchmarked AnuDB vs SQLite (with WAL mode) on a Raspberry Pi (ARMv7). Both were cross-compiled. Here are the results:

Benchmark: Operations per second (Ops/s)

Insert: AnuDB 448 | SQLite 839

Query: AnuDB 55 | SQLite 30

Update: AnuDB 408 | SQLite 600

Delete: AnuDB 556 | SQLite 1942

Parallel (10 threads): AnuDB 413 | SQLite 1.5

While SQLite is highly optimized for single-threaded operations, it struggles under multi-threaded writes. AnuDB, using RocksDB, handles parallel operations much better.

GitHub:

AnuDB: https://github.com/hash-anu/AnuDB

Benchmark: https://github.com/hash-anu/AnuDBBenchmark

Would love feedback on:

Use case suggestions

Benchmarking approaches

Whether this could be useful in your projects

Thanks!

Xbox cuts 3,200 jobs as gaming business struggles

https://www.latimes.com/entertainment-arts/business/story/2026-07-06/xbox-cuts-3-200-jobs-as-part...
1•1vuio0pswjnm7•5m ago•0 comments

A field guide to Claude Fable 5: Finding your unknowns

https://claude.com/blog/a-field-guide-to-claude-fable-finding-your-unknowns
1•geoffbp•6m ago•0 comments

AI's Volatile Power Use Tests Grid Limits

https://spectrum.ieee.org/data-centers-grid-instability
1•pseudolus•6m ago•0 comments

Microsoft's Xbox to Cut 3,200 Jobs, Divest Five Studios in Major Overhaul

https://www.bloomberg.com/news/articles/2026-07-06/microsoft-s-xbox-to-cut-3-200-jobs-divest-five...
1•1vuio0pswjnm7•9m ago•0 comments

Llamas on the Web

https://reeselevine.github.io/llamas-on-the-web/
1•thesimpleone•20m ago•0 comments

DARPA program to make 30 yr batteries for drones from nuclear waste

https://www.defenseone.com/technology/2026/07/these-light-weight-power-cells-run-nuclear-waste-an...
2•Gaishan•21m ago•0 comments

Why "a nice place to work" doesn't just happen

https://twitter.com/nithin0dha/status/2074098865511563473
1•dsr12•23m ago•0 comments

Unis are relying on AI-detection software to catch cheating. Does it work

https://www.nature.com/articles/d41586-026-01358-2
1•gnabgib•29m ago•1 comments

Amor Fati Entropy

https://hollisrobbinsanecdotal.substack.com/p/amor-fati-entropy
1•HR01•29m ago•0 comments

Show HN: Sel – macOS screen sharing that shows only the windows you pick

https://sel.toron.dev
1•ariaghora•35m ago•0 comments

Custom coreboot firmware (and utilities) for your Chromebook/Chromebox

https://docs.mrchromebox.tech/
1•lwhsiao•36m ago•0 comments

Karpathy, Google, Tan agree Markdown is the answer, but not for the same problem

https://thenewstack.io/markdown-agent-memory-moat/
2•theanonymousone•38m ago•0 comments

How to Design a Cancer Vaccine

https://www.owlposting.com/p/how-to-design-a-cancer-vaccine-and
3•iskander•39m ago•0 comments

Undertuber YouTube Underground Search Engine

https://github.com/BooleanMuse/Undertuber-Underground-Youtube-Search-Engine
3•skarmuse•40m ago•1 comments

The footgun of right-to-left decorative characters

https://blog.alexbeals.com/posts/the-footgun-of-right-to-left-decorative-characters
1•dado3212•40m ago•0 comments

Key Study: Social status and stress in Olive Baboons (1990)

https://www.themantic-education.com/ibpsych/2020/10/08/key-study-social-status-and-stress-in-oliv...
1•curmudgeon22•42m ago•0 comments

Agent-Assisted SGLang Development: An Initial Exploration

https://www.lmsys.org/blog/2026-07-02-agent-assisted-sglang-development/
1•gmays•44m ago•0 comments

Cache-Conscious Data Layout in Rust: Field Zoning, False Sharing, 128-Byte Rule

https://debasishg.github.io/blog/part1-cache-conscious-data-layout-in-rust/
2•eigenBasis•44m ago•0 comments

Run WSL2 Fedora with Mainstream/Rolling Linux Kernel

https://blog.benyamin.xyz/2026/06/27/run-wsl2-fedora-with-mainstream-rolling-linux-kernel/
1•benlimanto•45m ago•0 comments

GNU Parallel 20260622 ('Rape Gang Inquiry') Released

https://lists.gnu.org/archive/html/parallel/2026-06/msg00000.html
1•jiqiren•48m ago•1 comments

Panoptes – AI audit and alignment layer

https://github.com/miggy-code/Panoptes
1•mpadilla•48m ago•1 comments

I'm Not Good at Goodbyes

https://hannahaubry.online/im-not-good-at-goodbyes
1•backlit4034•49m ago•1 comments

Optimizing open-source FPGA 80386 for performance gains

https://hackaday.com/2026/07/06/performance-improvements-for-open-source-80386/
1•whiteblossom•51m ago•0 comments

Show HN: Emem.dev – signed earth memory for physical AI

1•avijeetsingh16•52m ago•0 comments

A nonsense phrase of shady provenance makes the rounds, Elsevier defends its use

https://retractionwatch.com/2025/02/10/vegetative-electron-microscopy-fingerprint-paper-mill/
2•jacquesm•52m ago•0 comments

Max Ginsburg, War Pieta, 2007

https://narrativepainting.net/max-ginsburg-war-pieta-2007/
2•halperter•1h ago•1 comments

'Our business today is not healthy': MSFT looks to 'reset' gaming division

https://fortune.com/2026/07/06/microsoft-xbox-layoffs-gaming-division-1600-4800-employees/
1•1vuio0pswjnm7•1h ago•1 comments

Albuquerque Modernism: Manera Nueva and Steve Baer

https://albuquerquemodernism.unm.edu/posts/cs14_manera_nueva_placitas.html
1•PaulDavisThe1st•1h ago•0 comments

Show HN: Storytelling for coding agents, using Pixar's story process

https://kashyab.com/blog/teaching-a-coding-agent-to-write-stories.html
2•Kashyab12•1h ago•0 comments

OSS Local AI Workspace

https://www.usestitch.ai/
2•tomEdison•1h ago•0 comments