Ticket #276 (closed enhancement: fixed)
Opened 2008-04-16T08:49:59-05:00
Last modified 2008-07-01T12:11:29-05:00
Make ND2 reader faster
Reported by: | melissa | Owned by: | melissa |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | bio-formats | Severity: | minor |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Initializing ND2 files is painfully slow, especially if the file is larger than ~300 MB. This is mostly because we read through the entire file looking for offsets to pixel data. We should try to find a smarter/faster way of finding offsets.
Change History
comment:1 Changed 2008-07-01T12:11:29-05:00 by melissa
- Status changed from new to closed
- Resolution set to fixed
Time/memory improvements finished in r4148.