Free cookie consent management tool by TermsFeed Policy Generator

Opened 14 years ago

Closed 13 years ago

Last modified 13 years ago

#1138 closed enhancement (done)

Improve saving and loading speed

Reported by: epitzer Owned by: epitzer
Priority: medium Milestone: HeuristicLab 3.3.1
Component: Persistence Version: 3.3.1
Keywords: Cc:

Description

Loading and saving is still relatively slow.

Change History (12)

comment:1 Changed 14 years ago by epitzer

Cleanup and speed improvement of storable hooks during serialization (r3917)

comment:2 Changed 14 years ago by epitzer

Estimate or calculate StringBuffer sizes in advance, use iterator over string splits instead of arrays. (r3937)

comment:3 Changed 14 years ago by epitzer

Add missing string builder capacity calculation (r3944)

comment:4 Changed 14 years ago by epitzer

Remove casts in number array serializer and add handling of lower bounds (r3945)

comment:5 Changed 14 years ago by epitzer

Revise !CompactNumberArray2StringSerializer: split text into several smaller strings to mitigate memory problems for very large arrays (r3946)

comment:6 Changed 14 years ago by epitzer

make optimized version of !CompactNumberArray2StringSerializer compatible with released version (r4132)

comment:7 Changed 14 years ago by epitzer

  • Status changed from new to assigned

comment:8 Changed 13 years ago by epitzer

  • Status changed from assigned to accepted

comment:9 Changed 13 years ago by epitzer

  • Resolution set to done
  • Status changed from accepted to closed

comment:10 Changed 13 years ago by swagner

  • Version changed from 3.3 to 3.3.1

comment:11 Changed 13 years ago by swagner

  • Milestone changed from Iteration 4 to Current

Milestone Iteration 4 deleted

comment:11 Changed 13 years ago by swagner

  • Milestone changed from Current to HeuristicLab 3.3.0

Milestone Current deleted

Note: See TracTickets for help on using tickets.