8 months agoChanges list so it doesn't check length at each stage in the equality test. default tip
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.

7 months agoFixing the performance tests.
David R. MacIver@DRM-DESKTOP.trampolan [Wed, 21 May 2008 15:16:37 +0100] rev 12
Fixing the performance tests.

7 months agoTrimming leftover files. Still not quite used to hg.
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.

8 months agoImproved perf tests.
david@mel [Mon, 21 Apr 2008 11:14:34 +0100] rev 10
Improved perf tests.

8 months agoAdding a perf test script.
david@mel [Mon, 21 Apr 2008 10:19:23 +0100] rev 9
Adding a perf test script.

8 months agoAdded buildr build script. Changed project structure to appease buildr.
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.

8 months agoChanged buffer to not override slice but override drop and take instead.
david@mel [Sat, 19 Apr 2008 22:56:15 +0100] rev 7
Changed buffer to not override slice but override drop and take instead.

8 months agoMoving sequence.
david@mel [Sat, 19 Apr 2008 22:34:53 +0100] rev 6
Moving sequence.

8 months agoCorrectly 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: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.

8 months agoChanged the structure of Buildable as per Jamie Webb's excellent suggestion.
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.