C5T / Current

C++ framework for realtime machine learning.
https://medium.com/dima-korolev/current-for-realtime-machine-learning-4f04aa8ab81a
97 stars 29 forks source link

And the storage tweak. #978

Closed dkorolev closed 6 months ago

dkorolev commented 6 months ago

What this PR does not do is explain that ./.current/benchmark from examples/embedded_db/ needs to be provided with --port from ./.current/db from examples/embedded_db/. But that's okay for now I think!

Since I've added the missing signature to Request::operator() (content type and no headers), this code change is just taking care of the correct and now-in-place [[nodiscard]].