Wuffs
안전하게 파일포맷을 다루기 위한 개발언어.
About
Wuffs (Wrangling Untrusted File Formats Safely) is formerly known as Puffs (Parsing Untrusted File Formats Safely).
Wuffs is a memory-safe programming language (and a standard library written in that language) for wrangling untrusted file formats safely. Wrangling includes parsing, decoding and encoding. Example file formats include images, audio, video, fonts and compressed archives.
It is also fast. On many of its GIF decoding benchmarks, Wuffs measures 2x faster than "giflib" (C), 3x faster than "image/gif" (Go) and 7x faster than "gif" (Rust).
Features
- 신뢰할수 없는 파일포맷등을 다룰때 사용하는 memory-safe한 프로그래밍 언어이면서 표준 라이브러리
- Wrangling Untrusted File Formats Safely
- Wrangling은 파싱, 디코딩, 인코딩등을 포함
- 즉 프로그램 전체 보다는 성능/보안이 중요한 부분만 Wuffs 로 작성