Mon, 13 Apr 2009 14:56:57 -0700 |
Atul Varma |
Added a USE_EVAL_FOR_JSON_PARSING flag to the BrowserCouch object, which currently defaults to true.
|
Mon, 13 Apr 2009 14:51:05 -0700 |
Atul Varma |
Added 'big.html', which tests browser-couch's performance on larger data sets.
|
Mon, 13 Apr 2009 14:39:51 -0700 |
Atul Varma |
Added a getLength() method to DB.
|
Mon, 13 Apr 2009 14:07:22 -0700 |
Atul Varma |
Fixed a bug.
|
Mon, 13 Apr 2009 11:55:53 -0700 |
Atul Varma |
reduce phase now supports progress callbacks/asynchronous behavior.
|
Mon, 13 Apr 2009 11:39:26 -0700 |
Atul Varma |
Made map-reduce obey couchDB's return value, simplified implementation a bit.
|
Mon, 13 Apr 2009 11:09:10 -0700 |
Atul Varma |
Refactoring: made implementation of dictionary a lot simpler.
|
Mon, 13 Apr 2009 10:46:51 -0700 |
Atul Varma |
The dicitonary no longer needs to be ordered.
|
Fri, 10 Apr 2009 17:25:57 -0700 |
Atul Varma |
Refactored reduce implementation so it'll be parallelizable/chunkable like map currently is.
|
Fri, 10 Apr 2009 17:03:33 -0700 |
Atul Varma |
Realized I had the wrong idea of what reduce was doing and reimpemented it properly.
|
Fri, 10 Apr 2009 14:46:52 -0700 |
Atul Varma |
Added more unit tests and fixed bugs unveiled by them.
|
Fri, 10 Apr 2009 14:41:22 -0700 |
Atul Varma |
Added unit tests for Dictionary and fixed a bug or two in the Dictionary's implementation.
|
Fri, 10 Apr 2009 14:29:26 -0700 |
Atul Varma |
Refactoring: made a new ordered dictionary class and made the DB use that.
|
Fri, 10 Apr 2009 12:55:47 -0700 |
Atul Varma |
Added a TODO.
|
Fri, 10 Apr 2009 12:05:40 -0700 |
Atul Varma |
map-reduce now supports 'chunking', i.e. processing some number of documents and then giving the system a chance to report progress to the user, cancel the calculation, giving the UI a chance to breathe, etc, before resuming the calculation.
|
Fri, 10 Apr 2009 11:32:23 -0700 |
Atul Varma |
Refactored map-reduce into its own self-contained function that isn't part of a closure
|
Fri, 10 Apr 2009 11:19:50 -0700 |
Atul Varma |
Fixed a js2-mode warning.
|
Fri, 10 Apr 2009 10:48:34 -0700 |
Atul Varma |
Changed CSS.
|
Fri, 10 Apr 2009 08:13:58 -0700 |
Atul Varma |
Changed display of test output to be more colorful and not require firebug.
|
Fri, 10 Apr 2009 07:47:39 -0700 |
Atul Varma |
Added basic test framework.
|
Fri, 10 Apr 2009 05:17:45 -0700 |
Atul Varma |
Added license block.
|
Fri, 10 Apr 2009 05:15:48 -0700 |
Atul Varma |
Oops, forgot to add these two files in my last commit.
|
Fri, 10 Apr 2009 05:15:29 -0700 |
Atul Varma |
We now use DOM storage to persistently store the DB, and dynamically load a JSON library when necessary to serialize/deserialize data.
|
Thu, 09 Apr 2009 17:20:10 -0700 |
Atul Varma |
Documents is now an array, and an index mapping document IDs to their position in the array is maintained.
|
Thu, 09 Apr 2009 16:17:58 -0700 |
Atul Varma |
Origination.
|