A free Windows-compatible Operating System - mirrored from GitHub
Find a file
Sir Richard 645e6a793a [MEGAPERF]: This build introduces the following performance boosts:
- Using a dead stack lookaside list for up to 5 dead kernel thread stacks. 1500% improvement when rapidly destroying/creating threads, such as during second stage setup and many winetests.
- Using a free pool page lookaside list for up to 12 free non-paged or paged pool pages. 800% improvement when allocating big pages from the pool, as well as during pool expansion.
- Using a bucketized per-processor and local list (in the KPRCB) for block sizes between 1 and 32 bytes. 1000% improvement when rapidly allocating/freeing small pool allocations, and 8x reduction in pool fragmentation.

svn path=/trunk/; revision=56000
2012-03-04 17:56:00 +00:00
reactos [MEGAPERF]: This build introduces the following performance boosts: 2012-03-04 17:56:00 +00:00
rosapps [ROSAPPS] 2012-02-14 14:03:05 +00:00
rostests [ROSAUTOTEST] 2012-02-29 19:44:44 +00:00
wallpaper - Add CMakeLists for wallpaper 2012-02-05 13:43:04 +00:00