Commit graph

5 commits

Author SHA1 Message Date
Tiffany Bennett
e34e126258 v0.8.0 2024-04-20 19:35:30 -07:00
Tiffany Bennett
6ce8d91b97
Dependencies cleanup (#163)
- Set `default-features=false` where applicable
- Use specific num libraries instead of the top-level crate, as some
parts like complex numbers are not used.
- Replace reqwest with curl, which links the system libcurl and libssl
when possible.
- Add `opt-level="z"` and enable LTO for release builds.

All these changes combined, the CLI binary goes from 10.7 megabytes (or
8.7 manually stripped) to 5.4 megabytes.

The wasm binary is unaffected, still around 2.3 megabytes.
2024-03-31 14:34:09 -07:00
Tiffany Bennett
672c915331
Add an integration test to rink-sandbox (#128) 2022-04-16 15:58:03 -07:00
Tiffany Bennett
d7e497815f
Code reorganization (#123)
Much of the code organization and architecture of Rink has been the same since I hacked this project together in 2016. In this PR, I spent about a day moving files around and refactoring code.

I'm hoping that cleaning up the codebase like this will help make it easier to change going forwards. There's a lot of duplicated code, few abstractions are used.

In order to make this not break everything I did it in tiny steps, verifying the test suite each time. The original branch has >30 commits in it as a result.
2022-04-03 21:04:47 -07:00
Tiffany Bennett
0f4ebf9451
Sandboxing (#100) 2021-06-05 18:18:00 -07:00