Search Articles — Sudonull

Search Results

In this project

Synchronization in Go: atomics and memory barriers

https://sudonull.com/synchronization-in-go-atomics-and-memory-barriers

How CPU reorders instructions and breaks multithreaded code. Analysis of memory fences, atomic operations, and a practical example on Go Assembler.

Firefly Synchronization in Wolfram Language

https://sudonull.com/firefly-synchronization-in-wolfram-language

Modeling Collective Behavior of Fireflies: From Agent-Based Model to Optimized Cellular Automaton. Code in Wolfram Language, convolutions, NumericArray. Explore emergent behavior for IT specialists.

Geoorganizer: data model and synchronization

https://sudonull.com/geoorganizer-data-model-and-synchronization

Break down the architecture of a personal geodata organizer: atomic points, folder trees, dirty tracking, and batch synchronization. For middle/senior dev. Study the code and diagrams.

SyncE: frequency synchronization in Ethernet

https://sudonull.com/synce-frequency-synchronization-in-ethernet

SyncE Breakdown Based on SDH: architecture, PLL 19.44 MHz, ESMC, synchronization types. For network developers — ppm calculations, PRC/SSU/EEC schemes. Study the details.

From other projects

From the web

Synchronization - Wikipedia

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

Synchronization is the coordination of events to operate a system in unison. For example, the conductor of an orchestra keeps the …

Introduction to Process Synchronization - GeeksforGeeks

https://www.geeksforgeeks.org/operating-systems/introduction-of-process-synchronization/

Aug 27, 2026 · Process Synchronization is the coordination of multiple cooperating processes in a system to ensure controlled …

Synchronization (computer science) - Wikipedia

https://en.wikipedia.org/wiki/Synchronization_(computer_science)

Synchronization takes more time than computation, especially in distributed computing. Reducing synchronization drew attention …

SYNCHRONIZATION | English meaning - Cambridge Dictionary

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

SYNCHRONIZATION definition: 1. the fact of happening at the same time, or the act of making things happen at the same time: 2…. …

SYNCHRONIZATION Definition & Meaning - Merriam-Webster

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

Aug 26, 2026 · Jibin Joseph, PC Magazine, 25 Aug. 2026 Key technologies include 10MHz external clock synchronization, a triple …

SYNCHRONIZATION中文 (简体)翻译:剑桥词典

https://dictionary.cambridge.org/zhs/%E8%AF%8D%E5%85%B8/%E8%8B%B1%E8%AF%AD-%E6%B1%89%E8%AF%AD-%E7%AE%80%E4%BD%93/synchronization

To maintain synchronization, every cycle had to increase. From this it is possible to construct an artificial mathematical calendar that …

Synchronization - Simple English Wikipedia, the free encyclopedia

https://simple.wikipedia.org/wiki/Synchronization

Toggle the table of contents Synchronization

Synchronization in Java - GeeksforGeeks

https://www.geeksforgeeks.org/java/synchronization-in-java/

Apr 24, 2026 · Synchronization is used to control the execution of multiple processes or threads so that shared resources are …

Synchronization (computer science) - Simple English Wikipedia, the …

https://simple.wikipedia.org/wiki/Synchronization_(computer_science)

Synchronization (computer science) In computer science, synchronization refers to one of two different but related concepts: …

Synchronization - courses.grainger.illinois.edu

https://courses.grainger.illinois.edu/cs340/sp2025/text/sync.html

Synchronization of threads and shared-resource processes has been a topic of study in computer science at least since the 1960s, …

Trending Now