Hongbo Zhang

Results 243 comments of Hongbo Zhang

We should add bytes literal syntax,e.g, b"xx\.." and use make Byte::to_string confirm to the format

feel free to reopen it if you have continued interest

the diff is so large that it needs significant amount of work to make it alive. note we are going to provide some sugars like this ` for i in...

We are going to make Bytes immutable and introduce BytesView at some time. This PR is out of dated and relies on the fact that Bytes is mutable, so I...

@jialunzhang-psu we will announce new backend support soon

The orgnanization layout is mostly settled, thanks for your contributions

we are in favor of simple code e.g, `x.to_iter().fold(init=0, fn {x,y=> x+y})`, thanks for your contributions

after we upgrade 4.04 we have more fine control over the inlining info and tail call annotation. And in 4.04 we will optimize local exception into a jump. so we...

@CAIMEOX can you try to revive this PR so that we can investigate further?

@guuzaa thanks for you first contribution. I made two tweaks: - inline the callback in binary_search - use our functional loop to make the code easier to reason about