kiyon
kiyon
Hey @muesli It's me again. In this PR, I improve padding performance by reusing memory and decreasing memory allocation. And I don't use `Flush` in `String` because we don't need...
Hey @muesli ! In this improvement, I use `unsafe` to convert byte slice to a string without memory allocation which is heavily used by [fasthttp](https://github.com/valyala/fasthttp/blob/master/bytesconv.go#L328-L351). OLD: ```hs BenchmarkBuffer_PrintableRuneWidth-8 4995201 241...
It would be great if supporting to get a new Hosts instance from string or io.Reader 😄
[fiber](https://github.com/gofiber/fiber)是年初刚出的一个web框架,类似express.js的api接口。用起来蛮不错。
## What problem does this feature solve? Now we can not dynamically set nzFooter and nzOnCancel in NzDrawerRef. Related to #2464 ## What does the proposed API look like? ```ts...