-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
while replacing boost dependencies with c++11 standard, we had to disable the uri mapping cache in libhamcast/src/serialization.cpp due to incompatibilities.
However, it should be reimplemented for performance reasons - if cache is limited, a reasonable cache management/dropping strategy is required.