No description
Find a file
Sergi Delgado Segura 8a8772df99 Improves overall memory management
Refactors severals parts of the code so:

- Copy values are not passed as reference
- Copy values are derefered when needed instead of cloned
- Clones are avoided as much as possible
- Strings are replaced by &str when possible

More passes to the code may be necessary in the future, but this is a good start
2021-12-03 17:17:01 +01:00
teos Improves overall memory management 2021-12-03 17:17:01 +01:00
teos-common Improves overall memory management 2021-12-03 17:17:01 +01:00
.gitignore Adds workspace for teos and teos-common 2021-06-04 15:50:07 +02:00
Cargo.toml Adds workspace for teos and teos-common 2021-06-04 15:50:07 +02:00