lgamma slow with defaults
Aperta
- Lingua principale
- C++
- Stelle
- 374
- Fork
- 264
- Merge medio
- 1g 23h
- PR unite (30g)
- 17
Descrizione
The `boost::math::lgamma` implementation is about 2-3x slower than the `std::lgamma` implementation when used with standard `double`s.
When turning off the do the propagation from `double` to `long double` the boost implementation is comparable in speed to `std::lgamma`, but still 10-20% slower.
However, when turning off propagation to `long double` problems with early overflow are the price to pay... see the next issue.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.