Replies: 1 comment
-
this is a nice to have, but I am not sure we should spend time on it soon. We expect to have extreme resource surplus for all agents so far |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
we should audit our usage of
std
(and especially needless use of heap collections) and make the core libraries independent of any system runtime. i haven't even started looking at this yet, i just like doing it to every crate i can.as a bonus, it will make the execution-time footprint lighter and reduce the amount of memory hierarchy touches in the critical paths. although my understanding is that this infrastructure is nowhere near perf-critical.
Beta Was this translation helpful? Give feedback.
All reactions