Enhancements
- Improves the time taken by Arc to process search requests. We have changed how JSON marshalling / unmarshalling works, making the serialization process 10x more performant by using buger/jsonparser.
- Adds a run time flag
--cpuprofile=true
for turning on profiling.
Fixes
- Fixes the default rate limit for synonyms API calls, this was not being set prior.