Jacob Zhong

Results 117 comments of Jacob Zhong

It's hard to reproduce this, it only happens with Carla and client running on two specific computers during my tests.

Carla can silently crash (or just exited) without a valid `DISPLAY` on linux

Thanks for the reply. I meant that, the current possible best time is O(log n) for insertion but O(n) for min/max query (you have to iterate over the query results)....

@Vikr-182 Any update please?

There are several ways to support fast printing in `dashu`: 1. Fast formatting with base 2, 8, 10 and 16 is already supported through the conventional Rust protocal. (`Display`, `Debug`,...

Oh my bad, there was a typo, [`in_radix`](https://docs.rs/dashu-int/0.4.1/dashu_int/struct.IBig.html#method.in_radix) actually supports radix up to 36, which is in line with your need. Besides, whether to use upper case for the output...

I will link this issue to the commit when the digits conversion functionality is added. However, it worth noting that this API won't get as much optimization as the small...