HomePhorge

Fix for #3558 -- source file reading speedup
6739bab16e31Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Fix for #3558 -- source file reading speedup

It's about 10x faster to read the whole file than to read each line and
concatenate them (actually, it's O(n) vs. O(n^2), so the exact speedup
depends on the file size).

Details

Provenance
Markus Roberts <Markus@reality.com>Authored on
James Turnbull <james@lovedthanlost.net>Committed on May 2 2010, 3:40 AM
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPUb0e3c61a8b3b: Fix for #3556 Plussignment value melding
Branches
Unknown
Tags
Unknown

Event Timeline

James Turnbull <james@lovedthanlost.net> committed rPU6739bab16e31: Fix for #3558 -- source file reading speedup (authored by Markus Roberts <Markus@reality.com>).May 2 2010, 3:40 AM