Alternative collections API for Scala / changelog
David R. MacIver@DRM-DESKTOP.trampolan [Tue, 29 Apr 2008 15:03:21 +0100] rev 13
Changes list so it doesn't check length at each stage in the equality test.
David R. MacIver@DRM-DESKTOP.trampolan [Wed, 21 May 2008 15:16:37 +0100] rev 12
Fixing the performance tests.
David R. MacIver@DRM-DESKTOP.trampolan [Wed, 21 May 2008 13:44:53 +0100] rev 11
Trimming leftover files. Still not quite used to hg.
david@mel [Mon, 21 Apr 2008 11:14:34 +0100] rev 10
Improved perf tests.
david@mel [Mon, 21 Apr 2008 10:19:23 +0100] rev 9
Adding a perf test script.
david@mel [Sun, 20 Apr 2008 18:32:43 +0100] rev 8
Added buildr build script. Changed project structure to appease buildr.
Added various (currently non-compiling) half assed starts on collection implementations.
Added various (currently non-compiling) half assed starts on collection implementations.
david@mel [Sat, 19 Apr 2008 22:56:15 +0100] rev 7
Changed buffer to not override slice but override drop and take instead.
david@mel [Sat, 19 Apr 2008 22:34:53 +0100] rev 6
Moving sequence.
david@mel [Sat, 19 Apr 2008 21:58:11 +0100] rev 5
Correctly adding buffer this time. Adjusting buildables to type check and not recreate in the case that they're already of the right type.
david@mel [Sat, 19 Apr 2008 21:51:39 +0100] rev 4
Changed the structure of Buildable as per Jamie Webb's excellent suggestion.
Added a "Buffer" type - basically an immutable slice of an array.
Added a "Buffer" type - basically an immutable slice of an array.
