Daniel Evers
Daniel Evers
Hi, While performing some benchmarks I noticed that inserted values are copied, which reduces insert performance. I'll create a pull request to move values into the cache.
Hi, This is similar to #84: The problem seems to be fixed for the project view, but I still see this issue in the Team Synchronizing perspective (Synchronize view). Is...
We currently have a symlink inside our project that points to a parent folder. Imagine it like this: ``` /project_root /project_root/subdir/link -> ../../ ``` This leads to an infinite recursion...
Hi. I was testing the performance on a few LRU cache implementations and noticed that there are a few unnecessary copies. I'll create a pull request to move keys/values where...