Results 7 issues of Jakob Truelsen

When hashing floats. You seem to handle plus and minus zero as the same value (as you should). In floats there are many different NAN values, that generally fall into...

Delete the file::stream classes.

We can just default the comparator to std::less

gcc 6 just implemented concepts lite, perhaps we could extend tpie to use them for pipelining, here is an example of how they work. ``` cpp #include #include class node...

Breadcrumbs for pipes work fine, however it does not work for the concatination of a begin and end pipe, since the result is imidiatly converted to a pipeline impl.

Wishlist

Currently the virtual pipe system supports only one push method. But in general one might need several. Is it possible to make it possible for users to generate their own...

We currently use TPIE_OS_OFFSET and friends troughout the api. These should be replaced by an appropriate new type. For instance in progress_indicators the init method thakes a TPIE_OS_OFFSET while it...

Wishlist