Investigate using block allocators

Description

Currently the memory manager provides a large part of the timing for any row processing.

Investigate what special cases can be created for fixed size rows

  • allocating blocks of rows

  • allocating mega-rows that include multiple subrows (similar to the udp sub-buffers).

Conclusion

None

Activity

Show:

Gavin Halliday August 9, 2016 at 12:14 PM

On reflection the mega-rows are unlikely to have much benefit. Although it might reduce the number of atomic operations on allocation, it would not reduce them on destruction since the decrement on the row would need to be atomic, negating the benefit of a reduce decrement on the page. Allocating blocks of rows shows more promise...

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Components

Assignee

Reporter

Priority

Compatibility

Minor

Fix versions

Created July 28, 2016 at 11:31 AM
Updated September 6, 2016 at 4:05 PM
Resolved September 6, 2016 at 4:05 PM