lgamma slow with defaults
Đang mở
- Ngôn ngữ chính
- C++
- Star
- 374
- Fork
- 264
- Merge trung bình
- 1 ngày 23 giờ
- Pull request đã merge (30 ngày)
- 17
Mô tả
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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.