Pipelined filters and operations on iterators.

This module enhances Iterator with some methods that enable a pipeline-like programing. The processing of elements in a pipeline is done trough connected filters that are implemented with reasonable memory constraints.

All groups and modules

module pipeline

pipeline :: pipeline

Pipelined filters and operations on iterators.
package_diagram pipeline pipeline core core pipeline->core geometry geometry geometry->pipeline neo4j neo4j neo4j->pipeline nitc nitc nitc->pipeline nitc->neo4j gamnit gamnit gamnit->geometry gamnit... ... gamnit...->gamnit nitc... ... nitc...->nitc

Parents

package core

core

Nit common library of core classes and methods

Children

package geometry

geometry

Basic geometry data structures and services.
package neo4j

neo4j

Neo4j connector through its JSON REST API using curl.
package nitc

nitc

Nit compiler and tools

Descendants

package android

android

Android platform support and APIs
package app

app

app.nit, a framework for portable applications
package egl

egl

Interface between rendering APIs (OpenGL, OpenGL ES, etc.) and the native windowing system.
package gamnit

gamnit

Portable game and multimedia framework for Nit
package glesv2

glesv2

OpenGL graphics rendering library for embedded systems, version 2.0
package ios

ios

iOS support for app.nit
package linux

linux

Implementation of app.nit for the Linux platform