mirror of
https://github.com/moby/moby.git
synced 2026-07-07 15:18:41 +00:00
Replace the regexp checking ID validity with a for loop. The benefits are: - faster (up to 10x faster with less allocations); - no init overhead to compile the regexp. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>