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

Improved S3 Partition Packing #1354

Closed
jamesmcclain opened this issue Mar 2, 2016 · 2 comments
Closed

Improved S3 Partition Packing #1354

jamesmcclain opened this issue Mar 2, 2016 · 2 comments
Milestone

Comments

@jamesmcclain
Copy link
Member

Dynamic partition sizing based on number of bytes was introduced in #1348. The first fit strategy is currently used, but there are some other approximation algorithms which offer improved gurantees.

@lossyrob lossyrob added this to the Future milestone Mar 7, 2016
@lossyrob lossyrob modified the milestones: 1.1, Future Oct 18, 2016
@jamesmcclain
Copy link
Member Author

The above comment should read:

Dynamic partition sizing based on number of bytes was introduced in #1348. The next fit strategy is currently used, but there are some other online approximation algorithms which offer improved guarantees[1].

  1. Epstein, Leah, Lene M. Favrholdt, and Jens S. Kohrt. "Comparing online algorithms for bin packing problems." Journal of Scheduling 15.1 (2012): 13-21.

@jamesmcclain
Copy link
Member Author

Addressed by #1956

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

2 participants