-
Notifications
You must be signed in to change notification settings - Fork 773
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
Candidates for removal #116
Comments
How large is the perf difference? Also, we should probably add some code to segtree in this case to support lower_bound. Also, perhaps:
On the topic of shorting we could also decrease the font size for surrounding .tex code -- the algorithms are currently of rather smaller size than the math, while being used far more frequently. General purpose numbers and Probability distributions don't really pull their weight. They could be made shorter by using tables, I guess. |
Well, nearly as fast is a bit of an exaggeration - it's a 55% difference. |
Done in 3ad3b65. (Won two whole columns; we're currently at 23.666 pages) |
Let's include some of the stuff we're not currently including then :) Currently these are the files excluded:
I would consider
|
Added FastInput and GomoryHu, will look at the rest tomorrow. |
Added CirclePolygonIntersection. LineProjectionReflection feels unnecessary since projection is pretty easy if you know your dot products: Maybe we shouldn't be too greedy, could be confusing to remove things later, and I'm not sure how much the currently open PRs will eat. |
Since with the new additions in PR we're running fairly close to the page limit, I thought it'd be a good idea to keep a running list of what might be removable.
The text was updated successfully, but these errors were encountered: