An error occurred fetching the project authors.
  1. 02 Jul, 2019 2 commits
    • Stan Hu's avatar
      Cache Flipper persisted names directly to local memory storage · f0cdffce
      Stan Hu authored
      Now that application settings are no longer dominating network traffic,
      we see that the Feature#persisted_names is using a significant amount of
      CPU and network bandwidth for Redis. Move this cache into the
      thread-local memory storage to reduce Redis overhead.
      f0cdffce
    • Stan Hu's avatar
      Cache Flipper persisted names directly to local memory storage · 385aa460
      Stan Hu authored
      Now that application settings are no longer dominating network traffic,
      we see that the Feature#persisted_names is using a significant amount of
      CPU and network bandwidth for Redis. Move this cache into the
      thread-local memory storage to reduce Redis overhead.
      385aa460