in reply to working with png data
sorry only sparse hints here: I see you use GD::Simple did you benchmarked your code using directly GD ? Just to be sure simple is not also slower.
You are processing a lot of data: you can use more cores to parse it. MCE offers you MCE::Map that sounds a good choice for your case. MCE::Examples shows code to chunk input data preserving the order. If you are able to rearrange one of the example I bet you get a big speed gain.
Show your progresses, please ;)
L*
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: working with png data
by Anonymous Monk on Sep 09, 2019 at 11:21 UTC | |
by Anonymous Monk on Sep 09, 2019 at 11:51 UTC |