-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OPTIMUS-36426 export changes from 1317808b5f314279ebe1881fb9cceb73521…
…408c7
- Loading branch information
Optimus Cirrus Developers
committed
Jul 31, 2023
1 parent
d93cee6
commit d605a61
Showing
222 changed files
with
9,971 additions
and
843 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,19 @@ | ||
Welcome to Optimus Cirrus. This is our open-sourcing of a set of software infrastructure that we use internally to build and run systems. | ||
Welcome to Optimus Cirrus. This is our open-sourcing of a set of software infrastructure that we use internally to build and run highly-performant and parallelizable applications. | ||
|
||
Please note the LICENSE file. | ||
|
||
We hope that you find the project interesting and useful. If you want to ask questions or make comments then please feel free to contact us at `optimus_cirrus (at) morganstanley (dot) com`. If you would like to make a contribution, please also contact us there so that we can discuss the proposed changes and outline the process. Contributing guidelines will be available here soon. | ||
|
||
[Contributors](contributors.md) | ||
|
||
Here are some links to talks we have done about the principles behind Optimus Cirrus: | ||
* https://www.youtube.com/watch?v=V0jJvgiI_xs (ScalaCon 2021; technical portion starts at 24:30) | ||
* https://skillsmatter.com/skillscasts/13108-monad-i-love-you-now-get-out-of-my-type-system (Scala eXchange London 2018) | ||
* https://www.youtube.com/watch?v=BW8S92jP5sE (ScalaDays 2018) | ||
* https://skillsmatter.com/skillscasts/11182-automatic-parallelisation-and-batching-of-scala-code (Scala eXchange London 2017) | ||
|
||
The initial release will include the basics that will allow you to see some parts of the runtime in action. We are in the process of preparing more project components to be shared here. | ||
|
||
Please note the LICENSE file. | ||
|
||
We hope that you find the project interesting and useful. If you want to ask questions or make comments then please feel free to contact us at `optimus_cirrus (at) morganstanley (dot) com`. | ||
The initial releases will include the basics that will allow you to see some parts of the runtime in action. We are in the process of preparing more project components to be shared here. | ||
|
||
[Contributors](contributors.md) | ||
### Upcoming Work: | ||
* We are preparing all the code used to compile the Optimus Build Tool (OBT). | ||
* Once all that code is available here, we will run an initial build and then bootstrap OBT. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,11 @@ | |
.idea | ||
/.shelf/ | ||
|
||
# VSCode | ||
*.code-workspace | ||
.devcontainer | ||
.vscode | ||
|
||
# Python | ||
.mypy_cache/ | ||
*.pyc | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.