Skip to main content

Fast array processing functions

Project description

Authors:

Michael Griffin

Version:
1.1.0 for 2016-04-08
License:

This document may be distributed under the Apache 2.0 License.

Language:

Python 3.4 or later


Introduction

The arrayfunc module provides high speed array processing functions for use with the standard Python array module. These functions are patterned after the functions in the standard Python Itertools module together with some additional ones from other sources.

The purpose of these functions is to perform mathematical calculations on arrays faster than using native Python.


Functions

Summary

The functions fall into several categories.

Filling Arrays

Function

Description

count

Fill an array with evenly spaced values using a start and step values.

cycle

Fill an array with evenly spaced values using a start, stop, and step values, and repeat until the array is filled.

repeat

Fill an array with a specified value.

Filtering Arrays

Function

Description

afilter

Select values from an array based on a boolean criteria.

compress

Select values from an array based on another array of boolean values.

dropwhile

Select values from an array starting from where a selected criteria fails and proceding to the end.

takewhile

Like dropwhile, but starts from the beginning and stops when the criteria fails.

Examining and Searching Arrays

Function

Description

aany

Returns True if any element in an array meets the selected criteria.

aall

Returns True if all element in an array meet the selected criteria.

amax

Returns the maximum value in the array.

amin

Returns the minimum value in the array.

findindex

Returns the index of the first value in an array to meet the specified criteria.

findindices

Searches an array for the array indices which meet the specified criteria and writes the results to a second array. Also returns the number of matches found.

Operating on Arrays

Function

Description

amap

Apply an operator to each element of an array, together with an optional second parameter (for operators taking two parameters). The results are written to a second array.

amapi

Like amap, but the results are written in place to the input array.

starmap

Like amap, but where a second array acts as the second parameter. The results are written to an output array.

starmapi

Like starmap, but the results are written in place to the first input array.

asum

Calculate the arithmetic sum of an array.

acalc

Calculate arbitrary equations over an array.

Amap and amapi support more than 70 different operations. Starmap and starmapi support more than two dozen different operations. ACalc supports more than 50 operations.

Data Conversion

Function

Description

convert

Convert arrays between data types. The data will be converted into the form required by the output array.

Attributes

In addition to functions, a set of attributes are provided representing the platform specific maximum and minimum numerical values for each array type. These attributes are part of the “arraylimits” module.


Supported Array Types

Arrayfunc supports all standard Python 3.x array types, as well as the ‘bytes’ type.


Performance

Performance will vary depending on the function, operation, array data type used, and whether overflow checking is enabled.

Average performance increase for amap is 80 times faster than native Python. Functions other than amap, starmap, and acalc average is 50 times faster than native Python. However, some functions and operations may be more than 200 to 300 times faster than native Python.

Detailed performance figures are listed in the documentation.


Platform support

Arrayfunc is written in ‘C’ and uses the standard C libraries to implement the underlying math functions. Arrayfunc has been tested on the following platforms.

OS

Bits

Compiler

Python Version Tested

Ubuntu 14.04 LTS

64 bit

GCC

3.4

Ubuntu 16.04 LTS

64 bit

GCC

3.5

Debian 8

32 bit

GCC

3.4

FreeBSD 10

64 bit

LLVM

3.4

MS Windows 10

32 bit

MS Visual Studio C 2010

3.4

Some amap, amapi, and acalc operations are not supported on MS Windows due to lack of compiler support. See the documentation for details.


Release History

  • 1.0.0 - First release.

  • 1.1.0 - Added support for math constants math.pi and math.e.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

arrayfunc-1.1.0.zip (130.0 kB view details)

Uploaded Source

arrayfunc-1.1.0.tar.gz (93.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

arrayfunc-1.1.0.win32-py3.4.msi (294.9 kB view details)

Uploaded Source

File details

Details for the file arrayfunc-1.1.0.zip.

File metadata

  • Download URL: arrayfunc-1.1.0.zip
  • Upload date:
  • Size: 130.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for arrayfunc-1.1.0.zip
Algorithm Hash digest
SHA256 2820d57a41fc752a4329e25aa155374a084b219750157e1cad949b2f1424c095
MD5 31a221d876af0c7ad242d76d5a54720e
BLAKE2b-256 40b219d8b4173d20009fccae4c8e03ead31d2295db475f3e56d25723bc0251cf

See more details on using hashes here.

File details

Details for the file arrayfunc-1.1.0.tar.gz.

File metadata

  • Download URL: arrayfunc-1.1.0.tar.gz
  • Upload date:
  • Size: 93.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for arrayfunc-1.1.0.tar.gz
Algorithm Hash digest
SHA256 b06fbe8d2be732dd39195ec09b8eb151fe2a2ffe8f8f49d02c18b471d1a89247
MD5 0dafe3c0bfd260f75436cc3fb987c1b6
BLAKE2b-256 ec17e8701befaab6f316b6ae9694bfb600aa89282aff33e608c64a1bc5f00d43

See more details on using hashes here.

File details

Details for the file arrayfunc-1.1.0.win32-py3.4.msi.

File metadata

File hashes

Hashes for arrayfunc-1.1.0.win32-py3.4.msi
Algorithm Hash digest
SHA256 07ef3a139a9635f643e8175bab2bcfdc856a00d4968410139deeab4d7ebd39ee
MD5 8f6bd6276900fa37adad52d86515127f
BLAKE2b-256 dfe8985e2ce39e05eed3f32d770c0c0812557bbbb358b4dc456ff5277485a28e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page