From: Phil R. <p.d...@gm...> - 2023-05-04 16:35:47
|
Been a while since I've committed anything to the plplot repo, so I wanted to check in before I did anything. I just wanted to push a change to buffer growth, so that it grows exponentially rather than linearly (doubles every time it needs to grow). I have some rather large data being plotted by plshades and plplot is doing a lot of reallocs to grow the buffer 128kB at a time. Let me know if it's okay to push the commit. Phil |