Re: Stream-Based Processing of Range Chunks in D

2013-12-10 Thread Philippe Sigaud
On Tue, Dec 10, 2013 at 10:57 AM, "Nordlöw" wrote: > I'm looking for an elegant way to perform chunk-stream-based processing of > arrays/ranges. I'm building a file indexing/search engine in D that > calculates various kinds of statistics on files such as histograms and > SHA1-digests. I want thes

Re: Stream-Based Processing of Range Chunks in D

2013-12-10 Thread qznc
On Tuesday, 10 December 2013 at 09:57:44 UTC, Nordlöw wrote: I'm looking for an elegant way to perform chunk-stream-based processing of arrays/ranges. I'm building a file indexing/search engine in D that calculates various kinds of statistics on files such as histograms and SHA1-digests. I want

Stream-Based Processing of Range Chunks in D

2013-12-10 Thread Nordlöw
I'm looking for an elegant way to perform chunk-stream-based processing of arrays/ranges. I'm building a file indexing/search engine in D that calculates various kinds of statistics on files such as histograms and SHA1-digests. I want these calculations to be performed in a single pass with reg