review fix

This commit is contained in:
hinto.janai 2024-09-23 16:31:43 -04:00
parent 5351bd32fe
commit 71463498fb
No known key found for this signature in database
GPG key ID: D47CE05FA175A499

View file

@ -21,6 +21,4 @@ This is a _tradeoff_ `cuprate_database` takes as:
- The main API, `service`, needs to return owned value anyway - The main API, `service`, needs to return owned value anyway
- Having no references removes a lot of lifetime complexity - Having no references removes a lot of lifetime complexity
The alternative is either: The alternative is somehow fixing the alignment issues in the backends mentioned previously.
- Using proper (de)serialization instead of casting (which comes with its own costs)
- Somehow fixing the alignment issues in the backends mentioned previously