Comment on Does vibe coding sort of work at all?
older_code@lemmy.world 1 week agoThe code loads faster when using the pen because the code footprint is smaller, DynamoDB in AWS sdk is very verbose, using the library means that verbosity is reduced significantly as you incorporate more tables and indexes.
It’s been load tested against code using DynamORM and not using it.
The point is not a few less milliseconds, it’s many hours of reduced development for people implementing DynamoDB
ThirdConsul@lemmy.ml 6 days ago
So you’re comparing claimed performance (execution) gains to development time? Yeah, that makes sense.
I think you’re a bot.
older_code@lemmy.world 4 days ago
In compiled code the less instructions you need the smaller the binary, the smaller the binary the faster the cold start - this is not rocket science
These libraries are designed to optimize code reuse to reduce overall binary dice and code complexity.