data-structures

Tag

Cards List
#data-structures

@ParamSiddh: "Data Structures & Algorithms using Python" - book It covers all types of data structures from Arrays to Graphs. Simple…

X AI KOLs Timeline · 2026-06-28 Cached

Promotes a free book titled 'Data Structures & Algorithms using Python' covering all types of data structures from arrays to graphs.

0 favorites 0 likes
#data-structures

Parallel Parentheses Matching

Hacker News Top · 2026-06-25

Explores parallel algorithms for matching parentheses, a fundamental problem in compilers and text processing.

0 favorites 0 likes
#data-structures

RRB-Trees: Efficient Immutable Vectors

Lobsters Hottest · 2026-06-24 Cached

This paper presents RRB-Trees, a data structure for efficient immutable vectors, enabling logarithmic time concatenation and slicing.

0 favorites 0 likes
#data-structures

@antirez: I was thinking about Vector Sets and the Redis approach to this stuff in general. Now that the hype with RAG is gone, I…

X AI KOLs Timeline · 2026-06-22

Salvatore Sanfilippo reflects on his earlier prediction that RAG would fade while raw vector search remains valuable, now that the RAG hype has subsided.

0 favorites 0 likes
#data-structures

Chopped, Stored, Secured – The Story of the Hash Function

Hacker News Top · 2026-06-10 Cached

A detailed historical and mathematical explanation of hash functions, from their invention by Arnold Dumey in 1956 as a memory indexing technique to modern cryptographic hashes, including Python implementations.

0 favorites 0 likes
#data-structures

@vivekgalatage: One of the finest https://courses.csail.mit.edu/6.851/spring21/

X AI KOLs Timeline · 2026-06-10 Cached

MIT's Advanced Data Structures course (6.851) by Prof. Erik Demaine is available fully online with video lectures and collaborative problem solving.

0 favorites 0 likes
#data-structures

Premature Optimization is Fun Sometimes

Lobsters Hottest · 2026-06-08 Cached

A blog post exploring the optimization of a ring buffer data structure for storing ping timestamps, discussing tagged unions, bitfields, and struct padding to reduce memory footprint.

0 favorites 0 likes
#data-structures

PivCo-Huffman

Lobsters Hottest · 2026-06-05 Cached

This paper presents PivCo-Huffman, a new approach to Huffman coding using pivot coding from wavelet trees, enabling high-performance SIMD-friendly encoding and decoding. It consistently outperforms state-of-the-art Huffman codecs and shows how ANS coding can be selectively applied to skewed nodes to approach ANS compression ratios while preserving high decompression speeds.

0 favorites 0 likes
#data-structures

Zig Structs of Arrays (2024)

Hacker News Top · 2026-06-04 Cached

Explains how Zig's comptime and type reflection enable creating struct-of-arrays (SoA) data structures like MultiArrayList, which improve cache performance in high-performance applications.

0 favorites 0 likes
#data-structures

@vintcessun: Came across an interesting project this morning that changed my perspective on interview prep. I used to think that grinding LeetCode was enough for big tech interviews, but in essence, they test your complete understanding of computer science. This project strings together discrete knowledge points into a systematic study plan, covering everything from Big-O, data structures, algorithms to system design and interview tips, even including how to write a resume.

X AI KOLs Timeline · 2026-06-04 Cached

A popular GitHub project providing a comprehensive multi-month study plan for software engineering interviews, covering CS fundamentals, algorithms, system design, and resume tips.

0 favorites 0 likes
#data-structures

Redis 8.8: New array data structure, rate limiter, performance improvements

Hacker News Top · 2026-06-03 Cached

Redis 8.8 is now available with a new array data structure, window counter rate limiter, subkey notifications for hash fields, multiple aggregators in time series queries, and significant performance improvements across various operations.

0 favorites 0 likes
#data-structures

Revealing the frontier with stacks and queues

Lobsters Hottest · 2026-06-03 Cached

A technical blog post explaining the benefits of using stacks and queues over recursion for tree traversal, with code examples in Rust.

0 favorites 0 likes
#data-structures

Agent Memory: An Anatomy

Hacker News Top · 2026-05-27 Cached

An exploration of the components and design decisions behind agent memory libraries, clarifying the gap between cognitive science terminology and engineering implementation.

0 favorites 0 likes
#data-structures

@itsalexzajac: An engineer built an interactive book on data structures and algorithms of 680 pages:

X AI KOLs Timeline · 2026-05-26 Cached

An engineer created an interactive 680-page book on data structures and algorithms, available online.

0 favorites 0 likes
#data-structures

Replacing a 3 GB SQLite db with a 10 MB FST (finite state transducer) binary

Hacker News Top · 2026-05-10 Cached

The author describes replacing a 3 GB SQLite database with a 10 MB Finite State Transducer (FST) binary to optimize a Finnish-English dictionary tool, achieving a 300x reduction in memory usage while maintaining performance.

1 favorites 1 likes
#data-structures

krahets/hello-algo

GitHub Trending (daily) · 2026-06-15

Hello Algorithm is an open-source tutorial on algorithms and data structures, featuring animated illustrations and implementations in multiple programming languages, suitable for self-study by beginners.

0 favorites 0 likes
← Back to home

Submit Feedback