Googles appar
Huvudmeny

Post a Comment On: cbloom rants

"Faster Inverse BWT"

2 Comments -

1 – 2 of 2
Blogger cbloom said...

Follow up: Early tests indicate that large pages speed this up, which indicates a lot of the random memory access stall is from TLB/page mapping.

March 10, 2021 at 10:08 AM

Blogger cbloom said...

Also I'm assuming here that your chunk sizes are large enough that you have no hope of fitting in cache.

If you're close to cache size, then tightly packing the ibwt structs to fit in cache would be very signficiant. eg. the 1x1 bwt could use 24-bit indices for 16MB chunks which would take 64 MB and fit in large L3's.

March 10, 2021 at 11:49 AM

You can use some HTML tags, such as <b>, <i>, <a>

This blog does not allow anonymous comments.

Comment moderation has been enabled. All comments must be approved by the blog author.

You will be asked to sign in after submitting your comment.