Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ML] Use map and filter instead of flatMap in find_file_structure (#4…
…2534) Using map and filter avoids the garbage from all the Stream.of calls that flatMap necessitated. Performance is better when there are masses of fields.
- Loading branch information