文件名称:fast_jsonapi:不再需要维护-用于Ruby对象的闪电般的快速JSON:API序列化程序
文件大小:61KB
文件格式:ZIP
更新时间:2024-03-13 00:11:51
not-maintained Ruby
快速JSON API- :warning: 该项目不再维护!!! :warning: Ruby对象的快速闪电般的序列化程序。 由于不再维护此项目,请考虑使用替代方案或分叉的项目 ! 性能比较 作为该库中包含的RSpec性能测试的一部分,我们将序列化时间与Active Model Serializer进行了比较。 我们要确保在对该库进行的每次更改中,在达到1000条记录的当前基准时,序列化时间至少比Active Model Serializers快25 times 。 有关方法论的任何问题,请阅读。 250条记录的基准时间 $ rspec Active Model Serializer serialized 250 records in 138.71 ms Fast JSON API serialized 250 records in 3.01 ms 目录 特征 声明语法类似于Active Model Seria
【文件预览】:
fast_jsonapi-master
----.gitignore(522B)
----.document(55B)
----performance_methodology.md(4KB)
----.rspec(8B)
----OSSMETADATA(20B)
----fast_jsonapi.gemspec(2KB)
----.travis.yml(90B)
----CONTRIBUTING.md(1KB)
----LICENSE.txt(10KB)
----spec()
--------spec_helper.rb(785B)
--------lib()
--------shared()
----README.md(17KB)
----VERSION(7B)
----lib()
--------extensions()
--------generators()
--------fast_jsonapi()
--------fast_jsonapi.rb(227B)
----Gemfile(97B)
----docs()
--------object_serializer.json(466B)
--------collection_serializer_output.json(562B)