Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
mozilla
/
neqo
зеркало из
https://github.com/mozilla/neqo.git
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули neqo
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
a7581770ff
neqo
/
.gitignore
8 строки
65 B
Plaintext
Исходник
Обычный вид
История
Убрать экранирование
Экранировать
chore: Add some things, remove some things (#1746)
2024-03-15 06:23:12 +03:00
.DS_Store
*.qlog
Add new data encoding and decoding helpers Decoder borrows a buffer to read from it. It doesn't make copies, so it should be efficient. Encoder owns a buffer and can add to that buffer. IncrementalDecoder takes decoders and reads from them incrementally. This is for the more complicated HTTP usage where you want to process data, but you can't be sure that you have all of it.
2019-05-13 03:40:48 +03:00
*~
/.vscode/
chore: Add some things, remove some things (#1746)
2024-03-15 06:23:12 +03:00
/lcov.info
Add a benchmark for the decoder (#2258) * Add a benchmark for the decoder * Improve benchmark performance * `bench` feature --------- Co-authored-by: Lars Eggert <lars@eggert.org>
2024-12-02 11:58:36 +03:00
/mutants.out*/
chore: Add some things, remove some things (#1746)
2024-03-15 06:23:12 +03:00
/target/