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

RFC: Basic BigRange support available #3087

Closed
wants to merge 1 commit into from

Conversation

andrioni
Copy link
Member

Currently there is a method for colon that makes all BigInt ranges BigRanges. It does incur in some overhead because of the BigInt used for managing the size. If this is fine, I'll extend it to also BigFloat ranges.
Fixes the second part of #3079.

@andrioni
Copy link
Member Author

@staticfloat
Copy link
Member

Is this still applicable? Should we try to get this in before 0.2?

@ViralBShah
Copy link
Member

I would prefer to have this post 0.2.

@StefanKarpinski
Copy link
Member

I agree. I think there's something better to be done for ranges in general, but it's a bigger change.

@andrioni
Copy link
Member Author

This would help with #4845, since it'll allow ranges like big(0):typemax(Int) to be valid. Any ideas on a better solution?

@JeffBezanson
Copy link
Member

My branch jb/newrange1 has a more general solution to this.

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

Successfully merging this pull request may close these issues.

5 participants