文件名称:crc32:crc32 以多种语言实现
文件大小:9KB
文件格式:ZIP
更新时间:2024-06-30 13:15:23
Rust
CRC32 crc32 以多种语言实现。 完全不科学的结果 使用 40MB 随机生成的文件运行。 C++(优化) 0.128s C(优化) 0.136s Java 0.150s 走0.220s C(无优化) 0.244s 节点0.715s C++(无优化) 1.675s Lisp(编译) 11.788s Ruby16.289s Python 22.483s Lisp(解释) 38.779s C i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1(基于 Apple Inc. build 5658)(LLVM build 2336.11.00) No optimizations: 0m0.244s With optimizations (-O3): 0m0.136s C++ i686-apple-darwin11-llvm-
【文件预览】:
crc32-master
----node()
--------crc32.js(1KB)
----rust()
--------Cargo.lock(41B)
--------src()
--------Cargo.toml(90B)
----lisp()
--------crc32.l(2KB)
----cpp()
--------crc32.cc(2KB)
--------Makefile(266B)
----python()
--------crc32.py(841B)
----c()
--------crc32.c(1KB)
--------Makefile(256B)
----go()
--------crc32.go(1KB)
----ruby()
--------crc32.rb(712B)
----java()
--------Crc32.java(2KB)
----README.md(1KB)