Yury Dymov

Results 3 issues of Yury Dymov

The current implementation uses string comparison to match autocomplete options. We may dramatically improve performance, especially for a large set of options, by leveraging prefix tree algorithm. (Un)fortunately, I have...

help wanted

In `EGODatabaseRow` class 1. Changed `[[self.data objectAtIndex:index] longValue]` to `[[self.data objectAtIndex:index] longLongValue]`, so no more runtime exceptions like `[__NSCFString longValue]: unrecognized selector sent to instance 0x9bf8e10`. 2. Provided new interface...