Operational Ontology Framework by FSTech — public reference for D+L+A, stateful AI governance and auditable operations. No production code.
-
Updated
May 14, 2026
Operational Ontology Framework by FSTech — public reference for D+L+A, stateful AI governance and auditable operations. No production code.
Cache Controller for a multi-level Cache memory using four-way set-associative mapping with write-back, no-write allocate and LRU policy. Implemented on a Basys3 Artix-7 FPGA with proper delays and hit signals.
Go Cache with write back strategy
ITMO CT 2023-y1-fall Computer Architecture Lab
Caching based on write back strategy using Redis
This is a simulation of the MESI caching protocol written in C#
Cache design with multi-threding and Aync-Await
The Tableau Extension which allows to write back to the database from Tableau. The demo uses an example where Sales People need to update the target flag of their customers on the fly.
Cache Simulator is a Java program that simulates a simple cache system with various inputs, including cache size, replacement policy, associativity and write-back policy. 2019.
A simple Redis util built on top of Jedis.
Set-associative cache simulator in C with write-back policy, LRU replacement, and multi-level hierarchy; includes tests
Multi-core CPU cache hierarchy simulator in C++20 — L1/L2/L3 with MESI coherency, LRU/FIFO/Random eviction, false sharing demo, trace-driven mode. 27 tests.
Write-back cache simulator with configurable parameters and performance metrics.
In-memory cache with write-back strategy. DO NOT USE, it's very slow.
Proyecto III: Procesador en Logisim
Add a description, image, and links to the write-back topic page so that developers can more easily learn about it.
To associate your repository with the write-back topic, visit your repo's landing page and select "manage topics."