Johan Bjäreholt

Results 169 comments of Johan Bjäreholt

I think I'll go to pass-by-reference first as that would allow us to pass by reference at all (which the language does not support today). Adding more advanced things to...

I think I have some ideas about how to implement reference counting, will give that a try.

I have already written a simple benchmark for a basic query with many events, but more would certainly be useful (especially if we could track regressions, that would be awesome!)....

I've seen this a few times before as well, have forgotten to document it. What do you think the correct behaviour should be? The options i see are: - Shut...

Maybe run VACUUM when aw-server is starting up? Seems like a sane time to do it.

secure_delete=FAST seems like the best approach for us I believe.

> If the operation is somewhat costly then I'd rather not as that could slow down the startup time of the Android app (less of a concern on desktop, where...

So the delete endpoint for a single event just as for aw-server-python is now implemented but there is no VACUUM for now. Maybe we should have a new issue for...

@ErikBjare I'll assume that there's something wrong with Rust Nightly because now the same issue also happens with pear and pear_codegen instead of the previous serde and serde_derive.