Ivan Tham
                                            Ivan Tham
                                        
                                    I am also thinking of a simple api to get flagged packages.
Is `next_byte_unchecked` really unchecked and free of bound checks? I thought we need to use unsafe `get_unchecked` or assert bounds to do that?
Would it be useful to have option to parse multiple items, which the cache and instruction level parallelism can probably help here. Use case will be something like being able...
Not really multi-threading but aligning on cache lines and being able to process multiple items at once maybe can make it faster? When we need to process batches of it,...
`pip download -d vendor/ --index-url internal_pypi internal-sdk` can be used with `uv pip install -f vendor` if we need to vendor anything.
@jk-gan What do you think about float? ```rust 0.5.hours() ```
Same, it does not seemed to have languages installed.
For reference, dramatiq do raise a shutdown exception.
@csmoe Are you working on this? If not I might want to try out this task first since @petrochenkov mentioned that this task is easier than `cfg(accessible = ::path)`.
@csmoe Nice, thanks a lot for telling me that. I did not know such thing exist. @rustbot claim