Peter S. Housel
Peter S. Housel
Yes, UTF-8 can be interpreted quite efficiently using a simple DFA https://bjoern.hoehrmann.de/utf-8/decoder/dfa/ Rust and Go libraries I've seen that do cluster segmentation do indeed iterate through a sequence of small...
1. Strings would change their position in that they would still be in `` (though not ``). For ASCII-only strings, the representation size would equal the string `size` so that...
Yes, doing `` would probably be more useful than just adding a single bit to ``. Moving integer register values to and from FP registers possibly stalls the pipeline pretty...
I am using this crate in production, and will continue to watch new issues and PRs, and contribute comments if I have anything to add. After the recent round of...
The new features were partially inspired by [sb-ext:run-program](http://sbcl.org/manual/index.html#Running-external-programs); its documentation could also serve as inspiration for documenting run-application.
I think it would be nice if it were possible to do this for queues, semaphores, mutexes, and timers as well as tasks. It might also be good to have...
I suspect this is fixed by PR#1459, but if anyone continues to see it please let me know.
See these [brief notes on what's going on here](https://matrix.to/#/!vrixQDmAvsEcTvrdVu:gitter.im/$LmyZQTKdDGCoKEeplQCorW83DWGoJf3Jjee_7PyM6PY?via=gitter.im&via=matrix.org&via=c-base.org).
I verified that the issue can be fixed by adding the `strictfp` attribute to all relevant functions. My `llvm` library's attribute support is still stuck in 2015, but once this...
This might be a duplicate of #1461.