libvips/libvips
John Cupitt feae09e9cd make arrayjoin much faster with large arrays
arrayjoin was making a region on every input image during startup, and
repeating for each thread (!!) so large arrays could be very expensive
to join.

Instead, make input regions on demand, and computre set of required
input images rather than searching for them.

See https://github.com/libvips/libvips/discussions/3247
2022-12-29 20:50:22 +00:00
..
arithmetic Ensure consistent formatting of `->format_table` (#3199) 2022-11-30 09:41:05 +00:00
colour block use of RGB profiles with CMYK images 2022-11-03 14:18:38 +00:00
conversion make arrayjoin much faster with large arrays 2022-12-29 20:50:22 +00:00
convolution Ensure consistent formatting of `->format_table` (#3199) 2022-11-30 09:41:05 +00:00
create add a "wrap" option to vips_text() (#3130) 2022-11-10 15:46:46 +00:00
deprecated Merge branch '8.13' 2022-08-02 14:22:27 +01:00
draw remove autotools (#2941) 2022-07-24 11:14:52 +01:00
foreign fix ppmload doc comment 2022-12-23 22:44:12 +00:00
freqfilt remove autotools (#2941) 2022-07-24 11:14:52 +01:00
histogram Ensure consistent formatting of `->format_table` (#3199) 2022-11-30 09:41:05 +00:00
include/vips heifsave: make it possible to use a specific encoder (#3198) 2022-12-15 11:02:38 +00:00
iofuncs make arrayjoin much faster with large arrays 2022-12-29 20:50:22 +00:00
module remove autotools (#2941) 2022-07-24 11:14:52 +01:00
morphology remove autotools (#2941) 2022-07-24 11:14:52 +01:00
mosaicing remove autotools (#2941) 2022-07-24 11:14:52 +01:00
resample Merge branch '8.13' 2022-10-19 17:35:36 +01:00
Vips-8.0.metadata Introspection improvements (#3079) 2022-10-06 17:28:33 +01:00
meson.build nsgifload: avoid minimise after mapping (#3189) 2022-11-27 15:43:35 +00:00