Hacker News
- Fast Compilation or Fast Execution: Just Have Both https://cedardb.com/blog/compilation/ 0 comments
- Tailored Code Generation for Every Database Query https://cedardb.com/blog/compilation/ 0 comments
- Optimistic Locking in B-Trees https://cedardb.com/blog/optimistic_btrees/ 54 comments
- How to Correctly Sum Up Numbers https://cedardb.com/blog/overflow_handling/ 44 comments
- A Deep Dive into German Strings https://cedardb.com/blog/strings_deep_dive/ 6 comments
- Optimize the Data Layout https://cedardb.com/blog/optimizing_data_layouts/ 7 comments
- Why I Prefer Exceptions to Error Values https://cedardb.com/blog/exceptions_vs_errors/ 21 comments
- Why German Strings Are Everywhere https://cedardb.com/blog/german_strings/ 4 comments
- When are SSDs slow? https://cedardb.com/blog/ssd_latency/ 77 comments
- Simple, Efficient, and Robust Hash Tables for Join Processing https://cedardb.com/blog/simple_efficient_hash_tables/ 3 comments
- Simple, Efficient, and Robust Hash Tables for Join Processing https://cedardb.com/blog/simple_efficient_hash_tables/ 2 comments
- CedarDB: German-Powered, PostgreSQL-Compatiable Freak of Nature Database System https://cedardb.com/blog/ode_to_postgres/ 4 comments
Lobsters
- Fast Compilation or Fast Execution: Just Have Both https://cedardb.com/blog/compilation/ 0 comments compilers , databases
- Why Trees Without Branches Grow Faster: The Case for Reducing Branches in Code https://cedardb.com/blog/reducing_branches/ 2 comments databases , performance
- Why I Prefer Exceptions to Error Values https://cedardb.com/blog/exceptions_vs_errors/ 78 comments programming
- Why German Strings are Everywhere https://cedardb.com/blog/german_strings/ 8 comments databases , performance
- An ode to PostgreSQL, and why it is still time to start over https://cedardb.com/blog/ode_to_postgres/ 19 comments databases
- Fast Compilation or Fast Execution: Just Have Both! https://cedardb.com/blog/compilation/ 1 comment programming
- Why Trees Without Branches Grow Faster: The Case for Reducing Branches in Code https://cedardb.com/blog/reducing_branches/ 14 comments cpp
- Offset Considered Harmful or: The Surprising Complexity of Pagination in SQL https://cedardb.com/blog/pagination/ 6 comments database
- Offset Considered Harmful or: The Surprising Complexity of Pagination in SQL https://cedardb.com/blog/pagination/ 120 comments programming
- Why You Shouldn't Forget to Optimize the Data Layout https://cedardb.com/blog/optimizing_data_layouts/ 21 comments programming
- Why I Prefer Exceptions to Error Values https://cedardb.com/blog/exceptions_vs_errors/ 284 comments programming
- Why German Strings are Everywhere https://cedardb.com/blog/german_strings/ 268 comments programming
- Why German(-style) Strings are Everywhere (String Storage and Representation) https://cedardb.com/blog/german_strings/ 24 comments programminglanguages