SBG library API Draft #33
joaquinffernandez
started this conversation in
Ideas
Replies: 1 comment
-
Possible pseudo-code implementation to add a new node:
|
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
-
Draft for SBG library API design
The goal of this document is to define a draft for the SBG Library API, the proposed design is the following:
Under this scheme we have:
SBG::API
andSBG::LIB
and also we plan to use classic algorithms, for instance in the partitioner, the individual converters will be in charge of doing the conversion to the corresponding data types.The development branch for this new feature is
iss-25-define-sbg-lib-api
, and it's open to any ideas, suggestions, naming convention discussions, etc.@Kalashnikovni @francosansone @LucioTrincheri
Beta Was this translation helpful? Give feedback.
All reactions