You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: