Jason Evans
26b5e3a18e
Implement lazy deallocation of small objects. For each arena, maintain a
...
vector of slots for lazily freed objects. For each deallocation, before
doing the hard work of locking the arena and deallocating, try several times
to randomly insert the object into the vector using atomic operations.
This approach is particularly effective at reducing contention for
multi-threaded applications that use the producer-consumer model, wherein
one producer thread allocates objects, then multiple consumer threads
deallocate those objects.
2007-11-27 03:13:15 +00:00
..
2007-06-05 22:17:16 +00:00
2007-06-18 18:47:54 +00:00
2007-10-27 22:45:40 +00:00
2007-05-21 02:49:08 +00:00
2007-05-21 02:49:08 +00:00
2007-05-21 02:49:08 +00:00
2007-05-21 02:49:08 +00:00
2007-10-19 10:37:34 +00:00
2007-06-18 18:47:54 +00:00
2007-05-21 02:49:08 +00:00
2007-11-27 03:13:15 +00:00
2007-05-21 02:49:08 +00:00
2007-05-21 02:49:08 +00:00
2007-05-21 02:49:08 +00:00
2007-11-24 11:58:54 +00:00
2007-06-10 19:06:09 +00:00
2007-11-26 03:09:33 +00:00
2007-05-21 02:49:08 +00:00
2007-05-24 20:28:14 +00:00
2007-05-21 02:49:08 +00:00
2007-05-06 10:00:27 +00:00
2007-05-21 02:49:08 +00:00
2007-11-20 04:20:32 +00:00
2007-07-01 12:08:08 +00:00
2007-05-21 02:49:08 +00:00
2007-11-26 02:35:17 +00:00
2007-10-26 15:25:28 +00:00
2007-05-24 22:10:22 +00:00
2007-05-14 05:00:37 +00:00
2007-05-21 18:16:04 +00:00
2007-05-21 02:49:08 +00:00
2007-05-21 02:49:08 +00:00
2007-05-21 02:49:08 +00:00
2007-05-21 02:49:08 +00:00
2007-05-21 02:49:08 +00:00
2007-10-26 07:50:11 +00:00
2007-10-16 02:10:44 +00:00
2007-11-25 06:50:31 +00:00
2007-05-21 02:49:08 +00:00
2007-05-13 14:12:40 +00:00
2007-11-16 15:13:12 +00:00
2007-05-21 02:49:08 +00:00
2007-10-24 21:33:00 +00:00
2007-05-21 02:49:08 +00:00
2007-11-23 05:42:52 +00:00
2007-11-17 21:27:53 +00:00
2007-05-21 02:49:08 +00:00
2007-05-21 02:49:08 +00:00
2007-11-19 20:49:42 +00:00
2007-05-21 02:49:08 +00:00
2007-05-21 02:49:08 +00:00
2007-05-21 02:49:08 +00:00
2007-06-14 05:57:13 +00:00
2007-10-20 19:01:50 +00:00
2007-11-17 21:29:02 +00:00
2007-05-21 02:49:08 +00:00