PourOver: Fast filtering and sorting of large collections
PourOver is a library from the New York Times for fast filtering and sorting of large collections of data (think hundreds of thousands of items) right in the browser. Build data-exploration apps and archives that don’t have to to wait for a database call to render query results.
PourOver is a library for simple, fast filtering and sorting of large collections -- think 100,000s of items -- in the browser. It allows you to build data-exploration apps and archives that run at 60fps, that don't have to to wait for a database call to render query results.
PourOver is built around the ideal of simple queries that can be arbitrarily composed with each other, without having to recalculate their results. You can union, intersect, and difference queries. PourOver will remember how your queries were constructed and can smartly update them when items are added or modified. You also get useful features like collections that buffer their information periodically, views that page and cache, fast sorting, and much, much more.
Visit the PourOver homepage on Github pages for more info.
Underscore.js is the only dependency.
PourOver should work in any browser that underscore works in. It has been tested in:
- IE7+
- Firefox 4+
- Safari 5+
- Opera 9+
- Chrome 1+
'프로그래밍 > Script' 카테고리의 다른 글
Home » Tips » JavaScript » Simple floating div using jQuery (0) | 2014.05.09 |
---|---|
최근 인기를 얻고 있는 JavaScript 라이브러리 정리 (0) | 2014.05.08 |
jquery ui에서 datepicker 사용할 때, input 뒤에 달력 이미지 넣는 부분 (0) | 2014.04.21 |
[jQuery] Twproject Gantt: JavaScript component for creating Gantts (0) | 2014.04.21 |
[jQuery] jQuery UI Touch Punch (0) | 2014.04.17 |