Mercurial > browser-couch
graph
-
Added really basic skeletal documentation for browser-couch.js.Wed, 15 Apr 2009 09:10:37 -0700, by Atul Varma
-
Added more links to source code docs.Wed, 15 Apr 2009 08:48:45 -0700, by Atul Varma
-
Added code-illuminated documentation.Wed, 15 Apr 2009 08:24:32 -0700, by Atul Varma
-
Renamed index.html to tests.html.Wed, 15 Apr 2009 08:09:33 -0700, by Atul Varma
-
Directory restructuring.Wed, 15 Apr 2009 08:07:42 -0700, by Atul Varma
-
Rows of a map view are now sorted secondarily by document ID, which makes their row order well-defined.Wed, 15 Apr 2009 08:01:14 -0700, by Atul Varma
-
Added a unit test for the web worker map reducer, and added the ability to skip tests into the test framework.Tue, 14 Apr 2009 17:35:22 -0700, by Atul Varma
-
Got rid of a TODO, which also incidentally improved the performance of the reduce phase.Tue, 14 Apr 2009 17:22:54 -0700, by Atul Varma
-
Removed an annoying js2-mode warning.Tue, 14 Apr 2009 17:17:22 -0700, by Atul Varma
-
The WebWorkerMapReducer now doles out jobs to individual threads; still need to implement the reduce operation though.Tue, 14 Apr 2009 15:54:56 -0700, by Atul Varma
-
Initial proof-of-concept of a WebWorkerMapReducer. Still needs lots of work.Tue, 14 Apr 2009 15:02:19 -0700, by Atul Varma
-
Typo fixTue, 14 Apr 2009 12:50:23 -0700, by Atul Varma
-
Factored-out map-reduce implementation into a new interface, which currently has one implementation, SingleThreadedMapReducer.Tue, 14 Apr 2009 12:45:44 -0700, by Atul Varma
-
Added findRow() method to the View class.Tue, 14 Apr 2009 11:57:12 -0700, by Atul Varma
-
Added a simple findRow() method to the MapView class that finds the first row of a given key using binary search.Tue, 14 Apr 2009 11:50:46 -0700, by Atul Varma
-
Made new View and MapView classes that encapsulate view results, and in the near future will allow searching through views.Tue, 14 Apr 2009 11:25:34 -0700, by Atul Varma
-
Renamed a global variable called 'status' to 'statusArea' so the big test status area would show on Safari. VERY strange bug.Tue, 14 Apr 2009 10:53:27 -0700, by Atul Varma
-
Fixed a bug in ModuleLoader whereby modules could be loaded multiple times.Tue, 14 Apr 2009 10:42:01 -0700, by Atul Varma
-
Test suite now passes on Safari.Tue, 14 Apr 2009 10:40:30 -0700, by Atul Varma
-
Tests now use fake storage.Tue, 14 Apr 2009 10:22:28 -0700, by Atul Varma
-
Test suite works on systems w/o firebug now.Tue, 14 Apr 2009 10:15:42 -0700, by Atul Varma
-
Made progress display on big test more time-based.Tue, 14 Apr 2009 10:13:46 -0700, by Atul Varma
-
Separated mapReduce() into separate map() and reduce() functions.Tue, 14 Apr 2009 09:09:57 -0700, by Atul Varma
-
Performed sorting at an earlier stage when less keys are present, which should improve performance.Tue, 14 Apr 2009 08:55:23 -0700, by Atul Varma
-
Added a TODO.Tue, 14 Apr 2009 08:43:20 -0700, by Atul Varma
-
We now have 3 unit tests.Tue, 14 Apr 2009 02:55:53 -0700, by Atul Varma
-
Refactored test suite.Tue, 14 Apr 2009 02:46:43 -0700, by Atul Varma
-
Slight refactoring that makes the map phase more efficient, but slows down the reduce phase.Tue, 14 Apr 2009 02:12:34 -0700, by Atul Varma
-
Optimized emit() a bit, as it's taking up 60% of execution time on the big test.Mon, 13 Apr 2009 16:55:12 -0700, by Atul Varma
-
Status of building corpus is now displayed; corpus now consists of 1000 documents.Mon, 13 Apr 2009 16:38:31 -0700, by Atul Varma