Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Large Repository #6

Open
maxspahn opened this issue Sep 14, 2024 · 0 comments
Open

Large Repository #6

maxspahn opened this issue Sep 14, 2024 · 0 comments

Comments

@maxspahn
Copy link

Hi @se-hwan and @hojae-io,

Thanks a lot for this repository. It is something, I have been desperately looking for in the casadi core and was always disappointed. So, great effort by you guys.

While browsing through the repository, I noticed that it's quite large. See the printout of du -h -d 2

28K     ./.git/refs
8.0K    ./.git/info
32K     ./.git/logs
4.0K    ./.git/branches
89M     ./.git/objects
68K     ./.git/hooks
90M     ./.git
8.0K    ./data
32K     ./plotting
16K     ./examples
4.0K    ./backup
8.0K    ./codegen
680K    ./src/casadi_functions
12M     ./src/benchmark_functions
13M     ./src
17M     ./media
119M    .

Notably, the history is extremly large, ~90 Mb. When I started to investigate this, I quickly understood that you have deleted the large test_profile files in the past commit 793f3be. This makes the repo look small, but the history remains inside the .git folder.

I suggest to use BFG to delete these files, so that the download becomes much faster and does not fill up local storages.

Let me know if you want assistance with that.

I will continue making suggestions to the repository to improve the usability of cusadi, because I think it is a very much needed functionality of casadi.

Best,
@maxspahn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant