mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-13 01:05:47 +00:00
Data URIs can be very large. ExtractorHTML mostly works with off-heap CharSequences so by delaying the conversion of outlinks to strings until after filtering out data URIs we can potentially avoid some very large String allocations.