frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: Our AWS account got compromised after their outage

298•kinj28•17h ago•67 comments

Ask HN: Are you / should we be preparing for "cyberattack"

4•lifeisstillgood•1h ago•2 comments

Did people in the 90s worry about the efficiency of the internet

9•burgiee•8h ago•8 comments

Ask HN: What are people doing to get off of VMware?

188•jwithington•2d ago•162 comments

Ask HN: How to stop an AWS bot sending 2B requests/month?

282•lgats•5d ago•181 comments

HTTP error codes illustrated with stills from Columbo

8•ColinWright•17h ago•5 comments

Walrus: A High Performance Storage Engine built from first principles

8•nubskr•20h ago•0 comments

Claude output matching copyrighted StackOverflow code

4•randsp•22h ago•4 comments

Ask HN: How does one build large front end apps without a framework like React?

106•thepianodan•4d ago•186 comments

Ask HN: Why is Bowker's monopoly on ISBNs in the USA legal?

17•blindprogrammer•1d ago•12 comments

Programming language agnosticism is the only way to move forward in life

29•amano-kenji•3d ago•20 comments

Ask HN: What are you working on? (October 2025)

346•david927•1w ago•1049 comments

Warning: Gmail client Show Original can omit lines of the original

18•chrisjj•2d ago•2 comments

Ask HN: Abandoned/dead projects you think died before their time and why?

362•ofalkaed•1w ago•890 comments

Ask HN: Best way to make a documentation website for an open-source project?

5•mudge•2d ago•5 comments

Ask HN: Why isn't Amazon.com impacted by AWS outages?

5•trevoragilbert•1d ago•11 comments

Ask HN: DOS Based "Multitaskers"

5•alexshendi•3d ago•2 comments

Ask HN: Web app freezes, but not when Chrome is recording. How to debug?

6•febed•5d ago•2 comments

Ask HN: SQL using relational theory books?

6•shivajikobardan•3d ago•3 comments

Ask HN: Testing AST or assembly output for a compiler

2•backslash_16•1d ago•2 comments

Ask HN: Those who applied to the OpenAI Grove program, did you ever hear back?

23•heywoods•2d ago•8 comments

Ask HN: What level of news do you need and not need?

10•bwb•1d ago•12 comments

Ask HN: Is there an open source HN?

10•shafkathullah•2d ago•9 comments

Ask HN: New YouTube player not working in Firefox

3•gethly•1d ago•11 comments

Ask HN: I have a CS degree but taught for 5 years– how can I get back into tech?

4•padzochambers•1d ago•17 comments

Ask HN: Estimation of copyright material used by LLM

5•megamix•3d ago•8 comments

You've reached the end!

Open in hackernews

Walrus: A High Performance Storage Engine built from first principles

8•nubskr•20h ago
Hi, Recently I've been working on a high performance storage engine in Rust called Walrus

A little bit of intro, Walrus is an embedded in-process storage engine built from first principles and can be used as a building block to build these things right out of the box like Timeseries Event Logs, Database WAL, Message Queue, mini Kafka, key value stores, task queues, and much more..

the recent release outperforms single node apache kafka and rocksdb at the workloads of their choice (benchmarks in the repo)

repo: https://github.com/nubskr/walrus

If you're interested in learning about walrus's internals, these two release posts will give you all you need:

1. v0.1.0 release post:https://nubskr.com/2025/10/06/walrus (it was just supposed to be a write ahead log in the beginning..) 2. v0.2.0 release post: https://nubskr.com/2025/10/20/walrus_v0.2.0

I'm looking forward to hearing feedback from the community and the works of a 'distributed' version of walrus are in progress.

(it wouldn't let me post the links at the top for some reason)