Files
nats-server/server
Derek Collison 03aacecb81 Changed cache back to simple map.
We were using a sync.Map. This did provide a benefit with massive contention from lots of Go routines. However this is only about 2x in the crazy extremes now and with a normal map and read locks we can assist the RemoveBatch which was a cause for performance issues.

Signed-off-by: Derek Collison <derek@nats.io>
2020-05-19 14:31:56 -07:00
..
2019-10-15 23:55:13 +08:00
2020-05-19 14:15:11 -07:00
2020-05-19 14:26:46 -07:00
2020-05-19 14:26:46 -07:00
2020-05-19 14:27:45 -07:00
2020-02-25 19:53:09 -05:00
2020-02-25 19:53:09 -05:00
2020-05-19 14:26:46 -07:00
2020-05-19 14:26:46 -07:00
2020-05-19 14:26:46 -07:00
2020-04-14 13:27:17 -06:00
2020-05-19 14:26:46 -07:00
2019-05-06 15:41:38 -07:00
2020-05-19 14:26:46 -07:00
2019-12-12 11:58:24 -07:00
2018-12-06 15:09:14 -08:00
2019-12-12 11:58:24 -07:00
2020-05-19 14:26:46 -07:00
2020-05-19 14:06:29 -07:00
2019-05-10 15:11:30 -07:00
2020-05-19 14:27:45 -07:00
2018-10-06 14:06:14 -07:00
2020-05-19 14:26:46 -07:00
2018-03-15 22:31:07 -07:00
2019-11-14 20:05:32 -07:00
2018-03-15 22:31:07 -07:00
2019-11-14 20:05:32 -07:00
2019-11-14 20:05:32 -07:00
2019-12-12 11:58:24 -07:00
2020-05-19 14:31:56 -07:00