Jake Brukhman

Results 12 comments of Jake Brukhman

Thanks @stek29, can you please post an example of how to define `+incompatible` require clause here? Edit: I was able to do it as follows: ``` require ( github.com/gorilla/rpc v1.2.0+incompatible...

Clarifying: decentralized exchanges are today the only source of truly decentralized (on chain) market data. Given the ability to read last trades, one could build a Solidity contract that works...

Fair point, all. Will look into it.

After reviewing: I'm recalling that the reason I am returning the scores and an index is because different applications may wish to examine the actual scores across all potential classes....

Just throwing in my two cents here. Both the @tamasf97 and @oszika are workarounds. However, @tamasf97's workaround only works if you can factor the shared code out without creating a...

No Internet to send you latest benches, but reading packed objects is on the order of 8000 ns. Compared with something like 60000 to read loose objects. Go programs have...

Index parsing is working, but it needs to be fitted into the object parsing functionality.

I think we've been pretty careful to separate DiskRepository from the objects via Repository interface. It would definitely not be a bad idea to put repository implementations into their own...

I'm guessing you're referring to the fact that each object type has its own parse method, and that parse method presupposes the binary format for each object. Note that these...

@themihai This project is unmaintained, experimental, and not recommended for any kind of production use. That being said, the current code allows you to read pack data from any `bufio.Reader`...