#Node.js
2 posts found
stax-xml v1 설계 노트 4: 가장 빠른 tokenizer를 버린 이유
Rust·napi-rs·SIMD로 만든 native XML tokenizer가 JavaScript object와 string 경계에서 장점을 잃고 결국 pure JavaScript보다 불리해진 과정을 회고합니다.
stax-xml v1.0.0 설계 노트 · 4편 Project > stax-xml
#stax-xml
#XML
#Rust
#Node.js
#N-API
#WebAssembly
#SIMD
#Performance
stax-xml v1 설계 노트 3: Node XML 생태계에서 찾지 못한 StAX 스타일 API
기존 Node XML 라이브러리와 async byte stream, typed object 사이에서 pull reader가 맡는 역할을 정리합니다.
stax-xml v1.0.0 설계 노트 · 3편 Project > stax-xml
#stax-xml
#XML
#Node.js
#Streaming
#TypeScript
#Web Streams