Does anyone know of a thread-safe (preferable lock free) hashmap implementation for Delphi (also multi-platform compatible).
Does anyone know of a thread-safe (preferable lock free) hashmap implementation for Delphi (also multi-platform compatible).
If possible I want to avoid using a TDictionary protected by a CS or MREWS.
If possible I want to avoid using a TDictionary protected by a CS or MREWS.
Comments
Post a Comment