Search Articles — Sudonull

Search Results

In this project

Redis Lua Queue: partition order and worker pool

https://sudonull.com/redis-lua-queue-partition-order-and-worker-pool

Implementation of Redis queue on Lua for strict order in partitions, shared worker pool, retries. Benchmarks, diagrams, code. For middle/senior dev — study and implement.

Stacks & Queues: Cache Optimization for Performance in C

https://sudonull.com/stacks-queues-cache-optimization-for-performance-in-c

Learn how to optimize stacks and queues in C for maximum speed. Compare arrays vs linked lists, implement fast ring buffers, and reduce cache misses by 35x.

Heaps and priority queues: performance optimization

https://sudonull.com/heaps-and-priority-queues-performance-optimization

How binary and d-ary heaps on arrays provide high-speed operation of schedulers through cache locality. Practical comparisons and optimizations.

Reversing BCD4 Queue Display Protocol

https://sudonull.com/reversing-bcd4-queue-display-protocol

Analysis of BCD4 encoding and carry-checksum in the electronic queue display protocol. Python code, packet structure, web integration. For developers.

Basic RateLimiter .NET: algorithms and queues

https://sudonull.com/basic-ratelimiter-net-algorithms-and-queues

Breakdown of FixedWindow, SlidingWindow, TokenBucket and ConcurrencyLimiter in .NET. Request processing architecture, queues, Lease. For middle/senior dev. Study the implementation.

From other projects

Carlos Alcaraz defeated Sinner in the 2026 Queen's Club final

https://lrivo.com/carlos-alcaraz-defeated-sinner-in-the-2026-queen-s-club-final

Alcaraz won the ATP grass tournament in London, beating Jannik Sinner in three sets. Defended his title and gained form ahead of Wimbledon. Read match statistics and details.

From the web

QUEUE | English meaning - Cambridge Dictionary

https://dictionary.cambridge.org/dictionary/english/queue

QUEUE definition: 1. a line of people, usually standing or in cars, waiting for something, or a lot of people who…. Learn more.

QUEUE Definition & Meaning - Merriam-Webster

https://www.merriam-webster.com/dictionary/queue

6 days ago · The meaning of QUEUE is a waiting line especially of people or vehicles. How to use queue in a sentence. Is it <span …

Queue Data Structure - GeeksforGeeks

https://www.geeksforgeeks.org/dsa/queue-data-structure/

Aug 17, 2026 · It is used as a buffer in computer systems where we have speed mismatch between two devices that communicate …

Queue (abstract data type) - Wikipedia

https://en.wikipedia.org/wiki/Queue_(abstract_data_type)

1.1Queues and programming languages. 1.2Example. 2Purely functional implementation. Toggle Purely functional implementation …

Queue

https://www.queue.co/

See how and where to watch ️ Millions of reviews from people like you Queue Top 10 1 2 3

Queue Introduction - GeeksforGeeks

https://www.geeksforgeeks.org/dsa/introduction-to-queue-data-structure-and-algorithm-tutorials/

Jan 20, 2026 · The difference between stack and queue is in removing an element. In a stack we remove the item that is most …

queue — A synchronized queue class — Python 3.14.7 documentation

https://docs.python.org/3/library/queue.html

1 day ago · The queuemodule implements multi-producer, multi-consumer queues. It is especially useful in threaded programming …

Queue - Wikipedia

https://en.wikipedia.org/wiki/Queue

This disambiguation page lists articles associated with the title Queue. If an internal link incorrectly led you here, you may wish to …

std::queue - cppreference.com

https://en.cppreference.com/cpp/container/queue

The queue pushes the elements on the back of the underlying container and pops them from the front. All member functions of …

Queue Data Structure - Online Tutorials Library

https://www.tutorialspoint.com/data_structures_algorithms/dsa_queue.htm

A queue is a linear data structure where elements are stored in the FIFO (First In First Out) principle where the first element inserted …

Trending Now