Skip to content
Snippets Groups Projects
  • Philippe Canal's avatar
    TIsAProxy retain last 8 matches (rather than 1). · 6587b658
    Philippe Canal authored
    This allows to significant reduce the number of search through the list of cached result ...
    That search was a noticeable cause of slow down with an increase of number threads due to the contention
    on updating the number of readers (used for the local read/write lock mechanism).
    6587b658