|
|
|
|
|
by cybertim
1268 days ago
|
|
How does bitwarden’s backend being build in a gc language matter? There is also an api compatible project in rust called Vaultwarden if gc matters.
Is 1password and lastpass’s backend better in that regard? would be nice if he could elaborate on that point. |
|
I think it’s that he also complains about LastPass storing things in memory, so perhaps the GC thing just makes it more difficult to analyze what it’s doing in memory? In a non-GC language you’d be able to see explicitly what is going in and out of memory, but with GC the runtime is doing that for you.