aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-gsl
ModeNameSize
-rw-r--r--Makefile608logstatsplainblame
-rw-r--r--distinfo67logstatsplainblame
-rw-r--r--pkg-descr88logstatsplainblame
-rw-r--r--pkg-plist578logstatsplainblame
16bc8c8cffacadd23c082d'>trie: reduce hasher allocations (#16896)Felix Lange2018-06-051-12/+38 * core, eth, trie: streaming GC for the trie cache (#16810)Péter Szilágyi2018-06-041-13/+175 * trie: rename TrieSync to Sync and improve hexToKeybytes (#16804)Wenbiao Zheng2018-05-293-33/+33 * eth, node, trie: fix minor typos (#16802)Wenbiao Zheng2018-05-241-1/+1 * Merge pull request #16803 from karalabe/trie-avoid-funccallPéter Szilágyi2018-05-241-2/+2 |\ | * trie: cleaner logic, one less func callPéter Szilágyi2018-05-241-2/+2 * | trie: support proof generation from the iteratorPéter Szilágyi2018-05-232-48/+150 |/ * trie: fixes to comply with golint (#16771)kiel barry2018-05-224-16/+21 * all: get rid of error when creating memory database (#16716)gary rong2018-05-095-38/+25 * trie: golint iterator fixes (#16639)Eli2018-05-021-7/+7 * trie: remove unused `buf` parameter (#16583)xincaosu2018-04-271-4/+4 * eth/downloader: flush state sync data before exit (#16280)gary rong2018-04-091-1/+1 * metrics: pull library and introduce ResettingTimer and InfluxDB reporter (#15...Anton Evangelatov2018-02-231-1/+1 * all: update license information (#16089)Felix Lange2018-02-141-1/+1 * core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-0610-272/+709 * Revert "trie: make fullnode children hash calculation concurrently (#15131)" ...Péter Szilágyi2018-01-153-88/+32 * various: remove redundant parentheses (#15793)Furkan KAMACI2018-01-031-1/+1 * trie: make fullnode children hash calculation concurrently (#15131)gary rong2017-11-273-32/+88 * les, light: LES/2 protocol version (#14970)Felföldi Zsolt2017-10-242-51/+54 * trie: make hasher benchmark meaningful post-cachesPéter Szilágyi2017-10-131-11/+33 * trie: fix typo (#15152)Paul Litvak2017-09-191-1/+1 * core, eth/downloader: commit block data using batches (#15115)Felix Lange2017-09-102-3/+3 * trie: typo in commentPetr Mikusek2017-07-261-1/+1 * core/state: access trie through Database interface, track errors (#14589)Felix Lange2017-06-272-2/+8 * eth/downloader: separate state sync from queue (#14460)Felix Lange2017-06-222-18/+86 * trie: more node iterator improvements (#14615)Felix Lange2017-06-216-165/+288 * rlp, trie, contracts, compression, consensus: improve comments (#14580)S. Matthew English2017-06-124-8/+8 * trie: add start key to NodeIterator constructorsFelix Lange2017-04-256-68/+141 * trie: clean up iterator constructorsFelix Lange2017-04-256-27/+16 * trie: rework and document key encodingFelix Lange2017-04-257-159/+121 * trie: remove Key in MissingNodeErrorFelix Lange2017-04-182-6/+0 * trie: implement unionIterator (#14312)Nick Johnson2017-04-132