plugeth/eth/filters
Jeffrey Wilcke 6dc14788a2 core, eth/filters, miner, xeth: Optimised log filtering
Log filtering is now using a MIPmap like approach where addresses of
logs are added to a mapped bloom bin. The current levels for the MIP are
in ranges of 1.000.000, 500.000, 100.000, 50.000, 1.000. Logs are
therefor filtered in batches of 1.000.
2015-10-16 21:28:59 +02:00
..
filter_system.go core, eth, event, miner, xeth: fix event post / subscription race 2015-10-12 16:22:03 +03:00
filter_test.go core, eth/filters, miner, xeth: Optimised log filtering 2015-10-16 21:28:59 +02:00
filter.go core, eth/filters, miner, xeth: Optimised log filtering 2015-10-16 21:28:59 +02:00