Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 359 Bytes

Readme.md

File metadata and controls

13 lines (8 loc) · 359 Bytes

Lock-Free Algorithms Sandbox (LFAS)

All lock-free algorithms which are used in the engine should be tested here.

Features

A virtual machine that emulates a memory model as described in C++ standard (memory_order).

Detects:

  • missed cache flushes.
  • missed cache invalidations.
  • data races.