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?