DEV Community

Computer Science 🤓

This tag is for sharing and asking questions about anything related to computer science, including data structures, algorithms, research, and white papers! 🤓

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Python Object Model: How CPython Represents Everything as an Object

Python Object Model: How CPython Represents Everything as an Object

Comments
5 min read
Python Memory Optimization: How CPython's Memory Pool Works

Python Memory Optimization: How CPython's Memory Pool Works

Comments
6 min read
Python GIL: Why One Lock Rules the Entire Interpreter

Python GIL: Why One Lock Rules the Entire Interpreter

Comments
5 min read
Python list Internals: How Dynamic Arrays Work Under the Hood

Python list Internals: How Dynamic Arrays Work Under the Hood

Comments
5 min read
Python dict Internals: Hash Tables, Collision Resolution, and Hash Attacks

Python dict Internals: Hash Tables, Collision Resolution, and Hash Attacks

Comments
5 min read
Description: Deterministic byte-exact retrieval over static corpora.

Description: Deterministic byte-exact retrieval over static corpora.

Comments
2 min read
Time Complexity & Big-O Notation Explained Simply

Time Complexity & Big-O Notation Explained Simply

Comments
1 min read
GraphRAG Benchmark: A 2 Million Token Comparison of LLM-only, Basic RAG, and GraphRAG

GraphRAG Benchmark: A 2 Million Token Comparison of LLM-only, Basic RAG, and GraphRAG

Comments
5 min read
Resolving deletion in AVL trees

Resolving deletion in AVL trees

Comments
4 min read
The Cost of Garbage in Quantum Computing: Why You Must Clean Up Junk Bits

The Cost of Garbage in Quantum Computing: Why You Must Clean Up Junk Bits

Comments
3 min read
Why Your Computer Reads Numbers Backwards: Byte Order Explained

Why Your Computer Reads Numbers Backwards: Byte Order Explained

Comments
2 min read
Sorting Wars: Benchmarking Selection, Insertion, Gnome e Bubble Sort em 5 Linguagens

Sorting Wars: Benchmarking Selection, Insertion, Gnome e Bubble Sort em 5 Linguagens

Comments
6 min read
Building a License Plate Recognition Engine in C++ — Part 2: Grayscale Image Preprocessing and Local Contrast Edge Detection

Building a License Plate Recognition Engine in C++ — Part 2: Grayscale Image Preprocessing and Local Contrast Edge Detection

Comments
4 min read
JavaScript Map, Set, WeakMap, and WeakSet: When to Use Which

JavaScript Map, Set, WeakMap, and WeakSet: When to Use Which

Comments
4 min read
The JavaScript Event Loop Explained Simply

The JavaScript Event Loop Explained Simply

Comments
4 min read
👋 Sign in for the ability to sort posts by relevant, latest, or top.