Project

General

Profile

Actions

Bug #12947

closed

Intelligently merge SGLF files

Added by Abram Connelly over 6 years ago. Updated about 6 years ago.

Status:
Resolved
Priority:
Normal
Assigned To:
Target version:
-
Story points:
-

Description

The current SGLF merge tool loads both the source and the SGLF to be merged fully into memory and then merges. This method runs into memory exhaustion issues when dealing with large SGLF files.

A better method is to only load a tile positions worth of SGLF from each (assuming each stream is sorted) and then emit the merged result. This should mitigate many of the memory issues.

Actions #1

Updated by Abram Connelly over 6 years ago

  • Assigned To set to Abram Connelly
Actions #2

Updated by Abram Connelly about 6 years ago

  • Status changed from New to Resolved

This has been created with the new merge-sglf.cpp code.

Actions

Also available in: Atom PDF