Added a makefile

This commit is contained in:
rconnorjohnstone
2021-04-03 19:01:19 -06:00
parent f8cb8f77a5
commit 97a5648ca2
3 changed files with 34 additions and 0 deletions

View File

@@ -24,3 +24,14 @@ in the inner and outer loops. Specifically this means:
environments if that's ever needed, as kubernetes has a robust integration with most
web-hosting services. This also allows for flexible scalability if improved speed is ever
needed.
## Open Questions
- Are there other inner and outer loop optimization approaches I should consider?
- I didn't see a ton of information regarding the specific parameters of the orbital flybys outside
of the number and the identities of the planets. I need to figure out whether Englander approaches
that optimization in the inner or the outer loop
- I would like to use a fast language for this, and ideally one that I could benefit from learning
about (by this I mean, preferably not C++, as I've used that before -- though it does integrate
well with tools like SPICE, so it is a good option). Preferably Rust, as it has the fastest server
libraries, which I don't expect to have a huge overhead, but is something to consider.