darcs

Issue 1619 Optimize zipTrees

Title Optimize zipTrees
Priority feature Status resolved
Milestone Resolved in
Superseder Nosy List darcs-devel, dmitry.kurochkin, mornfall, twb
Assigned To mornfall
Topics Hashed, Performance

Created on 2009-09-18.04:58:36 by twb, last changed 2009-10-21.17:37:20 by mornfall.

Messages
msg8841 (view) Author: twb Date: 2009-09-18.04:58:34
Petr,

Petr Rockai <me@mornfall.net> writes:
> Jason Dagit <dagit@codersbase.com> writes:
>> With darcs-hs [...] the physical RAM usage is about 365M, but the
>> run time was around 100 seconds.
>
> [The zipTrees definition] is probably the naïvest possible – O(n²)
> and also too strict, so it's just matter of writing one that is both
> more efficient (can be done in nlogn) and more lazy... I'll get to
> it eventually.

I have made a ticket so this won't be forgotten.
It is assigned to you.
msg8983 (view) Author: mornfall Date: 2009-10-21.17:37:19
Jason has fixed this.
History
Date User Action Args
2009-09-18 04:58:36twbcreate
2009-09-18 05:53:12koweysetpriority: feature
status: unknown -> needs-implementation
topic: + Performance, Hashed
nosy: darcs-devel, twb, dmitry.kurochkin, mornfall
2009-10-21 17:37:20mornfallsetstatus: needs-implementation -> resolved
nosy: darcs-devel, twb, dmitry.kurochkin, mornfall
messages: + msg8983