jirutka / rsql-parser

Parser for RSQL / FIQL – query language for RESTful APIs
731 stars 156 forks source link

Is RSQLParser.parse() thread-safe? #34

Open gevaerts opened 6 years ago

gevaerts commented 6 years ago

It would be useful if the documentation says whether parsing is thread-safe.

Based on a quick look at what RSQLParser.parse() does, I think it's thread-safe. Is that correct?

jmzc commented 6 years ago

@gevaerts , I agree with you: looking at source code , I think RSQLParser is thread-safe. But it would be nice if someone else could confirm it

qnhant5010 commented 1 year ago

Several prod tests agree that RSQLParser is thread-safe.