Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miregit/perl-cpp-performance
Performance testing - perl vs. c++
https://github.com/miregit/perl-cpp-performance
Last synced: 16 days ago
JSON representation
Performance testing - perl vs. c++
- Host: GitHub
- URL: https://github.com/miregit/perl-cpp-performance
- Owner: miregit
- License: artistic-2.0
- Created: 2014-06-29T10:46:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-06T16:19:09.000Z (over 10 years ago)
- Last Synced: 2024-07-31T22:58:32.445Z (3 months ago)
- Language: C
- Size: 227 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
Osadmin version 0.01
====================Performance testing - perl vs. c++
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
./benchmark.pl
make installif you want it installed to a local folder than do:
perl Makefile.PL INSTALL_BASE=/home/user/your/local/folder
make
make test
./benchmark.pl
make installDEPENDENCIES
c++ compiler, g++ works fine
COPYRIGHT AND LICENCE
Copyright (C) 2014 by Magyarevity Miroszlav
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.18.2 or,
at your option, any later version of Perl 5 you may have available.Except for the typemap code perlobject.map, which is copyright 1996 Dean Roehrich
I'm not sure about the license terms on perlobject.map, you'll have to see about
that yourself