New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 601605 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner:
Last visit > 30 days ago
Closed: Sep 2016
Cc:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 2
Type: Bug

Blocking:
issue 585587



Sign in to add a comment

Figure out what to do about comparators in mojo:levldb

Project Member Reported by e...@chromium.org, Apr 7 2016

Issue description

By default, LevelDB orders keys in the key-value store as byte arrays sorted lexicographically. 

LevelDB allows the user to implement their own custom ordering on the keys; iteration over the database will then be performed in this order. We of course use this in android history...and IndexedDB. IndexedDB uses binary strings with arrays and paths and other such features and we have a 1,900 line file that implements comparisons here.

So what do we do here? Do we hard code this into the leveldb interface?
 

Comment 1 by e...@chromium.org, Sep 29 2016

Status: WontFix (was: Assigned)

Sign in to add a comment