Search Articles — Sudonull

Search Results

In this project

O(1) vs O(log n) Gap: Cache in Data Structures

https://sudonull.com/o-1-vs-o-log-n-gap-cache-in-data-structures

Why hash table O(1) loses to binary search O(log n) by 40%? Analysis of cache misses, array/list benchmarks and memory hierarchy for RISC-V. Learn real performance.

Arrays and cache: O(1) access optimization

https://sudonull.com/arrays-and-cache-o-1-access-optimization

We analyze why sequential access to arrays is 7–10 times faster than random. Benchmarks of strides, matrices, AoS/SoA. Acceleration up to 10× for middle/senior dev.

Offline cache of sites MITM proxy

https://sudonull.com/offline-cache-of-sites-mitm-proxy

Set up local cache of web resources via MITM on Electron. Offline access to documentation, Crawlee crawler, spaces. For developers without network.

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.

Hash tables and cache conflicts: benchmarks

https://sudonull.com/hash-tables-and-cache-conflicts-benchmarks

Analysis of cache misses in hash tables: chaining vs probing, FNV-1a, Robin Hood. Benchmarks show a 3x speedup. Optimize data structures for real performance — read the details.

From the web

Mar 6, 2023 ·

https://www.microsoft.com/en-us/edge/learning-center/how-to-manage-and-clear-your-cache-and-cookies

Mar 6, 2023 · Learn how to clear your browser cache and cookies in minutes. Improve your Internet speed and performance by deleting your browser history, cache , and cookies.

Jun 1, 2025 ·

https://www.computerhope.com/issues/ch002228.htm

Jun 1, 2025 · Discover effective methods to clear cache in Windows 10 and 11, enhancing system performance by freeing up space, fixing issues, and ensuring smooth operation.

Nov 29, 2024 ·

https://www.wikihow.com/Clear-Cache-and-Cookies

Nov 29, 2024 · Fortunately, it's easy to delete the cache and cookies Chrome, Safari, Edge, and Firefox easily on any device—even on your Android, iPhone, or iPad. This wikiHow article will teach you how to clear cache and cookies in the most popular web browsers on your computer, phone, or tablet.

Jun 3, 2026 ·

https://www.wikihow.com/Clear-Your-Browser%27s-Cache

Jun 3, 2026 · Fortunately, it's easy to clear your browser cache on any platform, whether you're using a computer, phone, or tablet. This tutorial will teach you the easiest ways to clear the cache on all popular browsers, including Chrome, Firefox, Edge, and Safari.

5 days ago ·

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

5 days ago · Cache primarily refers to a thing that is hidden or stored somewhere, or to the place where it is hidden. It has recently taken on another common meaning, “short-term computer memory where information is stored for easy retrieval.”

Jun 14, 2024 ·

https://www.lifewire.com/how-to-clear-cache-2617980

Jun 14, 2024 · Clearing cache can fix browsing problems, free up space, and remove saved versions of visited pages. Clear cache quickly via Ctrl + Shift + Del (Windows) or Command + Shift + Delete (Mac).

May 13, 2024 ·

https://howtosensei.com/computers/boost-your-browsers-speed-a-step-by-step-guide-on-how-to-clear-cache/

May 13, 2024 · Immediately after clearing cache : Pages might load slightly slower the first time you visit them because the browser has to download everything fresh. After the first load: Everything is back to normal speed, but now with current files instead of old junk.

Trending Now