Greg

Results 4 issues of Greg

As far as I understand, the underlying algorithm doesn't require storing the dataset in memory, only the generated hash tables. Given the favorable computational complexity, falconn is very interesting to...

This PR adds the SQS event bridge mode

Rails 4, RABL 0.9.4pre1 and 0.9.3, Mongoid 4.0.0.beta1 In one controller I have an action like ``` ruby def index @bookmarks = current_user.bookmarks.includes(:channels, :user) end ``` Which renders the rabl...

Currently the `paramsForBackend` method is based on `otherParams`, but the latter is not included in the watched properties list, so when `otherParams` is changed, `paramsForBackend` is not. I didn't add...