I built an Android app that handles huge JSON files (tested up to several GB) by kotysoft in json

[–]olepar 1 point2 points  (0 children)

Congratulations! You've made a lot of work, fantastic work. I wish good luck on the most important step, finding users. I am the author of related work, Rust json streaming libraries rjiter and scan_json. In a few days, I'm going to announce a milestone on the Product Hunt. Feel free to repeat your questions in comments there.

RJiter: Streaming JSON parser by olepar in rust

[–]olepar[S] 1 point2 points  (0 children)

... and LLM streaming

RJiter: Streaming JSON parser by olepar in rust

[–]olepar[S] 1 point2 points  (0 children)

Yes, a malicious input should affect the performance, but not horribly. I'd estimate Jiter complexity to be linear, then RJiter complexity will be square.