首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Python > 一套程序设计语言基准。

一套程序设计语言基准。

  • 资源大小:49.70 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 语言 程序设计 基准

资 源 简 介

The goal of this project is to develop a set of algorithms implemented in many different languages including compiled and interpreted. Thoose test will allow us to know how much will an application be improved if implemented into another language. The tests are compared with a crude standard C. And the algorithm is initially implemented in Python and ported to all the others languages. Please, if you run the tests, send me the results at jacobidiego(at)gmail.com Any contributions are welcomed. The next results are promediated from all runs and may vary on the algorithm used and the parameters passed. Results for Quine-MacCLusky Algorithm: "A procedural minterms reduction algorithm for logic ecuations, similar in function to Karnaugh" Python is 34 times slower than C. C++ is 3 times slower than .C Note that, Python efficiency varies too much depending on the number of variables to manipulate. Pl

文 件 列 表

C
main
compilar.run
config.h
QuineMcClusky.c
QuineMcClusky.h
QuineMcClusky.o
main.c
main.o
Cpp
main
compilar.run
main.cpp
QuineMcClusky.cpp
QuineMcClusky.h
QuineMcClusky.o
main.o
Python
QuineMcClusky.py
compilar.run
main.py
main.pyc
QuineMcClusky.pyc
run_test.py
VIP VIP
0.169101s