mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-12-23 03:59:37 +00:00
review fix
This commit is contained in:
parent
5351bd32fe
commit
71463498fb
1 changed files with 1 additions and 3 deletions
|
@ -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
|
|
Loading…
Reference in a new issue