Zulip Chat Archive
Stream: lean4
Topic: Int operations complexity
Adrien Champion (Mar 17 2023 at 17:03):
I'm in the process of writing a docstring for Init.Data.Int.Basic
. Ideally I would like to discuss the complexity of the different operations, but it seems that's a technical question.
Adrien Champion (Mar 17 2023 at 17:04):
My understanding is that it depends on whether GMP is available or not; and if it is, it's not clear which algorithm is going to run in practice
Adrien Champion (Mar 17 2023 at 17:06):
Can anyone help on this matter? Discussions on specific operations, strategies for assessing asymptotic complexity, or links related to the topic would help a great deal
Adrien Champion (Mar 24 2023 at 08:44):
FYI, here is the PR on Int
's docstring, without any real discussion on complexity:
Last updated: Dec 20 2023 at 11:08 UTC