Skip to content

Commit

Permalink
Merge pull request #37 from PolymerLabs/use-range-request
Browse files Browse the repository at this point in the history
Use cursor ranges to be more performant when iterating through IDB
  • Loading branch information
TimvdLippe authored Nov 29, 2018
2 parents 67e18b7 + 4a4ede5 commit 9b6e7cf
Show file tree
Hide file tree
Showing 10 changed files with 108 additions and 27 deletions.
15 changes: 8 additions & 7 deletions lib/actor/Actor.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/actor/Actor.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 27 additions & 3 deletions lib/actor/Actor_test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/actor/Actor_test.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions lib/watchable-message-store/WatchableMessageStore.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ export declare class WatchableMessageStore {
private bcc?;
private dbName;
private objStoreName;
private lastCursorId;
constructor(name: string);
resetCursor(): void;
private init;
/**
* Retrieve all messages for a specific recipient. You can specify with
Expand Down
7 changes: 6 additions & 1 deletion lib/watchable-message-store/WatchableMessageStore.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9b6e7cf

Please sign in to comment.