We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I forked you project and rune the time python test.py and here is the output:
time python test.py
<segmentation results> python test.py 2.16s user 0.13s system 99% cpu 2.291 total
The script took ~2.2s to return the result with you default text. I was expecting something a lot faster, is it in the range of expected time ?
Longer text or compiling into byte code give similar times.
特色条目1899年肯塔基州州长选举于1899年11月7日举行,旨在选出第33任肯塔基州州长,在任州长共和党人威廉·O·布拉德利因州宪法限制而不能竞选连任。民主党人在路易斯维尔举行的提名大会陷入一片混乱和争议,最终选择了州参议员威廉·格贝尔作为候选人。对格贝尔的政治手段感到愤怒的一派民主党人自称“诚信选举联盟”,之后另开提名大会提名前州长约翰·Y·布朗参选。共和党提名的是州检察长威廉·S·泰勒,但在任州长布拉德利心中另有人选,所以在竞选中只给予泰勒很少的支持。普选结果,泰勒以不过1500票的优势胜出。这一结果受到选举舞弊的指控,不过令人意外的是,由格贝尔所提法案建立、而且所有成员都是他钦点铁杆民主党人的州选举委员会还是认可了泰勒的胜利。愤怒的民主党议员利用州议会中的多数席位建立委员会来调查有关选举舞弊的指控。共和党占绝对优势的东肯塔基州开始有武装人员涌入州首府,希望能阻止民主党人窃取选举成果。格贝尔于1900年1月30日受到枪击并随后进入附近酒店接受治疗,之后委员会发布报告,州议会通过宣布足够数量的选票无效来令格贝尔和贝克汉姆当选。格贝尔于1月31日宣誓就职,但2月2日就因伤重不治。副州长J·C·W·贝克汉姆继任州长职务,并与泰勒展开了旷日持久的司法大战。最终贝克汉姆胜诉,泰勒逃往印第安纳州,以免受到涉嫌谋杀格贝尔的指控。共有16人受到起诉,5人出庭受审,其中两人无罪释放。剩下3人中有两人先后数次定罪,但审判过程中违规行为随处可见,他们此后都获州长赦免。格贝尔的遇刺至今仍然没有确切结论。
python -m py_compile ./cfdict.py time python cfdict.pyc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I forked you project and rune the
time python test.py
and here is the output:The script took ~2.2s to return the result with you default text. I was expecting something a lot faster, is it in the range of expected time ?
Longer text or compiling into byte code give similar times.
Longer text
Compiling
The text was updated successfully, but these errors were encountered: