What is dcache?It's a patch for dmd that enables a *persistent* shared-memory hash-map, protected by a spin-lock from races. Dmd processes with -cache flag would detect the following pattern:
Ooooh, very nice! Looking forward to non-std lib usage.
Nicholas Wilson via Digitalmars-d-announce Tue, 24 Oct 2017 06:40:38 -0700
What is dcache?It's a patch for dmd that enables a *persistent* shared-memory hash-map, protected by a spin-lock from races. Dmd processes with -cache flag would detect the following pattern:
Ooooh, very nice! Looking forward to non-std lib usage.