Viewing profile — skldj28d2
skldj28d2
HN member- Joined
- Sun, Jan 21, 2024, 5:51 PM UTC
- HN karma
- 23
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About skldj28d2
No profile information was provided.
Recent public activity
-
comment
Comment #43090120
Axum is most likely to be supported long term since it has quite a bit of support and is a Tokio project but it's not nearly as batteries included as something like Rails or Django…
-
comment
Comment #43068397
> with Bun leading the way Definitely leading the way in segfaults.
-
comment
Comment #40717615
https://github.com/golang/go/issues/61901 https://github.com/golang/go/issues/61902 https://github.com/golang/go/issues/61900 https://github.com/golang/go/issues/61899 https://gith…
-
comment
Comment #40714444
I know. There are already proposals to add new functions to many of these packages that return iterators.
-
comment
Comment #40713607
Basically every custom data structure right now has some custom implementation of iterators. This will set a standard and make them usable with range loops. Even simple library met…
-
comment
Comment #40713584
They'll be used primarily by library authors but most people will end up consuming them a lot. They'll eliminate a lot of unnecessary intermediate slice allocations.
-
comment
Comment #39681385
Python is the same but there's not nearly enough incentive to move to another slow language. A lot of people that are interested in using something other than Python want a languag…
-
comment
Comment #39680990
Erlang/Elixir are very slow for most computationally expensive tasks.