Costan的小站


  • Home

  • About

  • Tags

  • Categories

  • Archives

  • Schedule

  • Sitemap

  • Commonweal 404

使用Boost-Spirit解析jsonpath

Posted on 2019-08-19
jsonpath是一种从json中抽取信息的工具,能够降低json数据处理复杂度,提高可读性与可维护性。jsonpath之于json相当于Xpath之于XML。为减少业务需求中频繁处理json数据逻辑的痛点,为nlohmann/json库手码jsonpath功能。 支持功能costan225/jsonpath除函数调用 ...
Read more »

使用pipeline提高redis并发性能

Posted on 2019-07-18
redis的pipeline机制在某些场景下能够提高web服务qps,降低redis-server端的cpu损耗。比如同时多次请求redis数据,请求结果之间互不依赖;或者替换lua数组下标方式访问KEYS[i],避免集群环境脚本访问限制。本文测试pipeline方式对WebServer端和RedisServer端的性 ...
Read more »
costan225

costan225

那些青春,无比清晰

2 posts
5 tags
0%
© 2019 costan225
Powered by Hexo
|
Theme — NexT.Pisces v5.1.4