Ivan Tham

Results 389 comments of Ivan Tham

> I have seen that Wikipedia page, but all things listed there are listed as examples so could be replaced. Also it doesn't mention unicode ranges. I would expect the...

Thanks a lot, I didn't know about the "LB letters". But doesn't that requires detecting what language is the character for each characters? Wouldn't that be costly? Do you know...

I like Rust too. But what is the difference between rust and c? Isn't c faster **a lot**?

+1 for Rust. > We are talking about a window manager here. Many tasks of a window manager are triggered by user interaction, such as selecting a window or switching...

@rpjohnst Thanks, I hope Rust some day will be successor of C and C++.

I would like to use [velox](https://github.com/michaelforney/velox) too but the kernel doesn't have drm support.

Err, so should I change anything?

Is there a reason why it needs to be (pointer, len, cap) and not (pointer, cap, len) for Lean? Is it related to performance?

Yeah, regarding the current design, I was asking why capacity were put into the higher 32 bits of length rather than length were put into the higher 32 bits of...

@connorskees I am interested to help out on compressed output, are you working on that? If possible, maybe you can write out some mentor instructions?