~noavolution


#72 Memory issues when rendering a table more than 100k rows 1 year, 12 days ago

Ticket created by ~noavolution on ~ireas/genpdf-rs

Hi!

To replace the current implementation in PHP, I am trying to use this library to render a table with ~850k rows.

However, when trying to render around 100k rows or more to a file, my kernel kills the process due to OOM errors.

This is likely a problem with inefficient data structures. Are there any plans to improve memory efficiency in the future?