galois

Results 12 comments of galois

小孩子才作选择,当然是全都要

> See: https://github.com/wmitsuda/otterscan/blob/develop/docs/custom-jsonrpc.md#ots_getcontractcreator > > Is that what you need? if so, I can consider pushing it upstream under `erigon_getContractCreator` if core devs agree. Not exactly but similar. What I...

> See: https://github.com/wmitsuda/otterscan/blob/develop/docs/custom-jsonrpc.md#ots_getcontractcreator > > Is that what you need? if so, I can consider pushing it upstream under `erigon_getContractCreator` if core devs agree. May I view your implementation? May...

My implementation is not the best solution. Suppose we have MMAP with EliasFano of size: 16 * pageSize. 1. `count` cost 8 bytes. 2. `maxOffset` cost 8 bytes. 3. `lowestBits`...

If the page store more than one monotone non-decreasing sequences, I think the result size would be 56bytes * `sequences size` at most.

> > My implementation is not the best solution. Suppose we have MMAP with EliasFano of size: 16 * pageSize. > > > > 1. `count` cost 8 bytes. >...

When I run following test, result bits doesn't match bits in the link. https://www.antoniomallia.it/sorted-integers-compression-with-elias-fano-encoding.html Something goes wrong? lowerBits:[62 0] upperBits:[264790] ; convert to binary: lowerBits: 111110 upperBits: 1000000101001010110 it does...

sry for without formating. Here is the code. ```go func TestEliasFano(t *testing.T) { offsets := []uint64{2, 3, 5, 7, 11, 13, 24} count := uint64(len(offsets)) maxOffset := offsets[0] for _,...

I would like to complete this feature. But I do not know anything else except the title. Can you describe more about the feature? Or just give an example schema...

> Hello, > > Along with symbol, normally these is a name metadata also, I suggest to add "name VARCHAR" to this table, what do you think? Then it would...