Standard library #107
emil14
started this conversation in
Standard Library
Replies: 4 comments
-
Operators
+
-
*
/
|
Beta Was this translation helpful? Give feedback.
0 replies
-
can be used as an inspiration |
Beta Was this translation helpful? Give feedback.
0 replies
-
Builders (constructors)ArrayArrport based
Steam based (batcher)
Record
Vec
Arr-port based solution also possible (but may not be very useful) MapNaiveMight be problem with sync stuff
Rec-based
|
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
-
Stdlib is a set of packages, maybe organized into some hierarchy. And like any package those packages consist of exported and unexported entities like types, messages and components.
One of the most important things to consider is what components must be present? We can call such components "operators" (non-technical term).
Beta Was this translation helpful? Give feedback.
All reactions