Malachi

Results 89 issues of Malachi

Didn't know he was lurking in there. doesn't quite displace buddies: - Filter iterator - embr's up and coming generator/projector But look around maybe something like those 2 are lurking...

Do some fundamental https://en.cppreference.com/w/cpp/header/ranges implementation in c++11, if possible POC via PGGCC-41

enhancement

1. Create a sparse mode awareness, like tuple/evaporator code has 2. Upgrade `instance_storage` to take full gamut of constructor inputs 3. Consider upgrading these to `detail` namespace or similar, used...

enhancement

Give this guy the ability to take a layer2::const_string directly on its constructor Make sure string_view is accepted along the way too, and see how far we can practically push...

enhancement

Point being this one can be more easily constexpr'd Perhaps a layered stack of functors, similar to ASP.NET Core pipeline? Though that would bear a super strong resemblance to classic...

enhancement
optimization

Right now our `bitset` is hiding out in embr, since embr also is home to our word implementations. Move bitset into estd, which implies that word too may come along

enhancement

Give estd::variadic the treatment of: ```c++ f(get(t)...) ``` As this seems to be available at c++11 level

refactor

Seems to me optional can auto resolve to layer1 flavor if 2nd template parameter is specified. IIRC there was some barrier to doing this in earlier c++ versions

enhancement

Add this guy and potentially deprecate/diminish our custom `internal::clock_traits` in the process. Breaking change there MAY be considered.

enhancement

Hi, I would like to run my unity tests with both the source lib and the unit test .cpp/.h being in separate sibling folders rather than child folders. I usually...

unit testing