The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.9002 - 2021-05-20

  • add SPVM::StringUtil->trim_ascii_space method
  • fix memory blocks count internal bugs
  • fix Windows unexpected native api memory bug about get_field_object. I don't know the reason, but it was maybe type problem.

Documentation

SPVM compiler to create exe file

Modules

Static Perl Virtual Machine. Fast Calculation, Fast Array Operation, and Easy C/C++ Binding.
Array Utilities
Blessed object base class
Array based blessed object
Package based blessed object
String based blessed object
Build SPVM program
Native code Compiler and linker. Wrapper of ExtUtils::CBuilder for SPVM
build config
Build Utilities
Byte object
Dynamic Byte Array
a callback interface to clone a object
a callback interface for byte comparation
a callback interface for double comparation
a callback interface for float comparation
a callback interface for int comparation
a callback interface for long comparation
a callback interface for comparation
a callback interface for short comparation
a callback interface for string comparation
double complex type
float complex type
SPVM Performance Benchmark
SPVM Core Modules
Double object
Dynamic double array
a callback interface to check the object equality
a callback implementation of SPVM::EqualityChecker to check if the memory addresses of the two objects are equal.
SPVM Exchange API
Float object
Dynamic float array
Hash Data Structure
Hash entry
Int object
Dynamic int array
Dynamic object array
Long object
Dynamic long array
Math functions
Number Utilities
Regular expression
Regular expression pattern
a callback interface for the regex replacement
Short object
Dynamic short array
String buffer
Dynamic string array
String Utilities
a callback interface to stringify a object
Time manipulation
Time information
Unicode utilities.

Provides

in lib/SPVM/Builder/Exe.pm

Examples