Tue, 21 Apr 2009 12:13:21 -0700 |
Atul Varma |
Added tag blog-post for changeset 86158b61b732
default tip
|
Tue, 21 Apr 2009 12:13:18 -0700 |
Atul Varma |
Reworked the tutorial so that we don't have to have each snippet be a callback from the previous snippet, which makes the tutorial a lot harder to follow.
blog-post
|
Tue, 21 Apr 2009 10:11:12 -0700 |
Atul Varma |
Added tag blog-post for changeset af36b00306d0
|
Tue, 21 Apr 2009 10:11:07 -0700 |
Atul Varma |
Typo fix
|
Tue, 21 Apr 2009 09:04:13 -0700 |
Atul Varma |
Added tag blog-post for changeset 093e51c6aa3c
|
Mon, 20 Apr 2009 21:40:32 -0700 |
Atul Varma |
Minor rewording
|
Mon, 20 Apr 2009 18:10:28 -0700 |
Atul Varma |
Added tag blog-post for changeset c96ebbbe03d6
|
Mon, 20 Apr 2009 18:10:22 -0700 |
Atul Varma |
Fixed title
|
Mon, 20 Apr 2009 18:09:50 -0700 |
Atul Varma |
Added tag blog-post for changeset ebf8936fc696
|
Mon, 20 Apr 2009 18:09:38 -0700 |
Atul Varma |
More tutorial additions.
|
Mon, 20 Apr 2009 17:50:37 -0700 |
Atul Varma |
added more to tutorial intro
|
Mon, 20 Apr 2009 17:00:59 -0700 |
Atul Varma |
Added tag blog-post for changeset dbe68e5af673
|
Mon, 20 Apr 2009 16:57:37 -0700 |
Atul Varma |
Shortened tutorial code a bit.
|
Mon, 20 Apr 2009 16:51:40 -0700 |
Atul Varma |
Added section on using findRow().
|
Mon, 20 Apr 2009 16:41:20 -0700 |
Atul Varma |
Minor change to tutorial
|
Mon, 20 Apr 2009 16:40:48 -0700 |
Atul Varma |
Added intro to tutorial text.
|
Mon, 20 Apr 2009 16:37:07 -0700 |
Atul Varma |
Added more tutorial text.
|
Mon, 20 Apr 2009 14:30:34 -0700 |
Atul Varma |
Added tag blog-post for changeset 17ce8b6be452
|
Mon, 20 Apr 2009 14:30:27 -0700 |
Atul Varma |
Added a 'now you try' section and a 'where to go from here' section to the tutorial.
|
Mon, 20 Apr 2009 13:38:36 -0700 |
Atul Varma |
Added tag blog-post for changeset 9a771b8a1702
|
Mon, 20 Apr 2009 13:38:31 -0700 |
Atul Varma |
Added fade-in to tutorial.
|
Mon, 20 Apr 2009 13:37:23 -0700 |
Atul Varma |
Added tag blog-post for changeset 4450be5d1b2f
|
Mon, 20 Apr 2009 13:37:10 -0700 |
Atul Varma |
Added reduce() example to the tutorial.
|
Mon, 20 Apr 2009 13:31:32 -0700 |
Atul Varma |
Changed around a few things in the tutorial.
|
Mon, 20 Apr 2009 13:18:34 -0700 |
Atul Varma |
Added tag blog-post for changeset b89ed0374486
|
Mon, 20 Apr 2009 13:18:19 -0700 |
Atul Varma |
Linked to tutorial from index page.
|
Mon, 20 Apr 2009 13:13:33 -0700 |
Atul Varma |
Added a work-in-progress tutorial that auto-generates parts of itself.
|
Thu, 16 Apr 2009 12:41:09 -0700 |
Atul Varma |
Added tag blog-post for changeset c6db5e897d6b
|
Wed, 15 Apr 2009 10:39:23 -0700 |
Atul Varma |
Added test for LocalStorage.
|
Wed, 15 Apr 2009 10:23:37 -0700 |
Atul Varma |
Slight refactoring of test suite to make them more readable.
|
Wed, 15 Apr 2009 10:09:14 -0700 |
Atul Varma |
Added lots more text to index.html.
|
Wed, 15 Apr 2009 09:36:05 -0700 |
Atul Varma |
Added a note about CouchDB in the docs.
|
Wed, 15 Apr 2009 09:33:44 -0700 |
Atul Varma |
Added more doc/page links, reworded some text.
|
Wed, 15 Apr 2009 09:30:51 -0700 |
Atul Varma |
Added pathetic documentation for big.js.
|
Wed, 15 Apr 2009 09:27:19 -0700 |
Atul Varma |
Added docs for tests.js, and refactored it a bit to make the docs easier to read.
|
Wed, 15 Apr 2009 09:19:29 -0700 |
Atul Varma |
Linked more readably to Remedial JS.
|
Wed, 15 Apr 2009 09:17:55 -0700 |
Atul Varma |
Linked to web worker script file in docs.
|
Wed, 15 Apr 2009 09:10:37 -0700 |
Atul Varma |
Added really basic skeletal documentation for browser-couch.js.
|
Wed, 15 Apr 2009 08:48:45 -0700 |
Atul Varma |
Added more links to source code docs.
|
Wed, 15 Apr 2009 08:24:32 -0700 |
Atul Varma |
Added code-illuminated documentation.
|
Wed, 15 Apr 2009 08:09:33 -0700 |
Atul Varma |
Renamed index.html to tests.html.
|
Wed, 15 Apr 2009 08:07:42 -0700 |
Atul Varma |
Directory restructuring.
|
Wed, 15 Apr 2009 08:01:14 -0700 |
Atul Varma |
Rows of a map view are now sorted secondarily by document ID, which makes their row order well-defined.
|
Tue, 14 Apr 2009 17:35:22 -0700 |
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:22:54 -0700 |
Atul Varma |
Got rid of a TODO, which also incidentally improved the performance of the reduce phase.
|
Tue, 14 Apr 2009 17:17:22 -0700 |
Atul Varma |
Removed an annoying js2-mode warning.
|
Tue, 14 Apr 2009 15:54:56 -0700 |
Atul Varma |
The WebWorkerMapReducer now doles out jobs to individual threads; still need to implement the reduce operation though.
|
Tue, 14 Apr 2009 15:02:19 -0700 |
Atul Varma |
Initial proof-of-concept of a WebWorkerMapReducer. Still needs lots of work.
|
Tue, 14 Apr 2009 12:50:23 -0700 |
Atul Varma |
Typo fix
|
Tue, 14 Apr 2009 12:45:44 -0700 |
Atul Varma |
Factored-out map-reduce implementation into a new interface, which currently has one implementation, SingleThreadedMapReducer.
|
Tue, 14 Apr 2009 11:57:12 -0700 |
Atul Varma |
Added findRow() method to the View class.
|
Tue, 14 Apr 2009 11:50:46 -0700 |
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:25:34 -0700 |
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 10:53:27 -0700 |
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:42:01 -0700 |
Atul Varma |
Fixed a bug in ModuleLoader whereby modules could be loaded multiple times.
|
Tue, 14 Apr 2009 10:40:30 -0700 |
Atul Varma |
Test suite now passes on Safari.
|
Tue, 14 Apr 2009 10:22:28 -0700 |
Atul Varma |
Tests now use fake storage.
|
Tue, 14 Apr 2009 10:15:42 -0700 |
Atul Varma |
Test suite works on systems w/o firebug now.
|
Tue, 14 Apr 2009 10:13:46 -0700 |
Atul Varma |
Made progress display on big test more time-based.
|
Tue, 14 Apr 2009 09:09:57 -0700 |
Atul Varma |
Separated mapReduce() into separate map() and reduce() functions.
|
Tue, 14 Apr 2009 08:55:23 -0700 |
Atul Varma |
Performed sorting at an earlier stage when less keys are present, which should improve performance.
|
Tue, 14 Apr 2009 08:43:20 -0700 |
Atul Varma |
Added a TODO.
|
Tue, 14 Apr 2009 02:55:53 -0700 |
Atul Varma |
We now have 3 unit tests.
|
Tue, 14 Apr 2009 02:46:43 -0700 |
Atul Varma |
Refactored test suite.
|
Tue, 14 Apr 2009 02:12:34 -0700 |
Atul Varma |
Slight refactoring that makes the map phase more efficient, but slows down the reduce phase.
|
Mon, 13 Apr 2009 16:55:12 -0700 |
Atul Varma |
Optimized emit() a bit, as it's taking up 60% of execution time on the big test.
|
Mon, 13 Apr 2009 16:38:31 -0700 |
Atul Varma |
Status of building corpus is now displayed; corpus now consists of 1000 documents.
|
Mon, 13 Apr 2009 16:25:24 -0700 |
Atul Varma |
Added a FakeStorage backend and made the big test use it.
|
Mon, 13 Apr 2009 16:08:52 -0700 |
Atul Varma |
Decoupled storage implementation more by creating a LocalStorage class.
|
Mon, 13 Apr 2009 15:34:00 -0700 |
Atul Varma |
Added calls to ModuleLoader.require() where JSON is needed.
|
Mon, 13 Apr 2009 15:29:56 -0700 |
Atul Varma |
Added a more robust module loader.
|
Mon, 13 Apr 2009 15:14:57 -0700 |
Atul Varma |
Results now display on big test, and more status/config info.
|
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.
|