Replies: 6 comments 14 replies
-
A great idea in my opinion, since I would use OpenBSW together with ETL anyway. For me, this would be a good choice, preventing multiple embedded template libraries in one single project in parallel. In some of my recent PRs at https://github.com/ETLCPP/etl , I added some missing interfaces that help switching from ESTD to ETL. I hope John Wellbelove soon releases a new version with those to prevent duplicate work or confusion here. |
Beta Was this translation helpful? Give feedback.
-
I also think it is a good idea. I've worked a good amount with ETL and it offers a very nice replacement to STD for static sized data structures. |
Beta Was this translation helpful? Give feedback.
-
I set up a pull request: #58 Still some rough edges, but please have a look by reviewing. |
Beta Was this translation helpful? Give feedback.
-
Some more thoughts about the differences between ETL and ESTD: What I like about ETL:
What I don't like about ETL:
|
Beta Was this translation helpful? Give feedback.
-
In the forseeable future, we still have some deviation from ETL, even though we have most of our adjustment work merged in upstream ETL already. Some of the contributed features in ETL are still pending for next official ETL release. Probably available in ETL 21.x. A few others still in discussion. Therefore, I propose setting up a (sub) repo in the OpenBSW project e.g. https://github.com/eclipse-openbsw/etl to be independent of the upstream ETL release process. Just to track latest adjustments and improvements for OpenBSW, still in integration process to upstream ETL. |
Beta Was this translation helpful? Give feedback.
-
ETL finally replaced ESTD in OpenBSW, so this discussion can be closed. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We are currently relying on estd, our own implementation of an embedded suitable template library that we use instead of the STL.
There is another project that seems to be well-maintained and of good quality which we could consider as an alternative.
https://www.etlcpp.com/
what's your thought on this?
Beta Was this translation helpful? Give feedback.
All reactions