Based on the change that appears to be coming, I am cooking
up a slightly different patch that will use std::map to
search in O(log(n)) vice O(n). What is the type of (for
example), a GiNaC::basic::tinfo_static in the new system?
Thanks,
-Jonathan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
> I am cooking up a slightly different patch that will use
std::map to search in O(log(n)) vice O(n).
It will be indeed better!
> What is the type of (for example), a
iNaC::basic::tinfo_static in the new system?
I think it is 'tinfo_t* '
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
ex.cpp
Logged In: YES
user_id=676765
Based on the change that appears to be coming, I am cooking
up a slightly different patch that will use std::map to
search in O(log(n)) vice O(n). What is the type of (for
example), a GiNaC::basic::tinfo_static in the new system?
Thanks,
-Jonathan
Logged In: YES
user_id=825432
> I am cooking up a slightly different patch that will use
std::map to search in O(log(n)) vice O(n).
It will be indeed better!
> What is the type of (for example), a
iNaC::basic::tinfo_static in the new system?
I think it is 'tinfo_t* '