Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
P parabix-devel
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • cameron
  • parabix-devel
  • Wiki
  • Home

Home · Changes

Page history
Update home authored May 10, 2020 by cameron's avatar cameron
Hide whitespace changes
Inline Side-by-side
Showing with 5 additions and 0 deletions
+5 -0
  • home.md home.md +5 -0
  • No files found.
home.md
View page @ be93db6e
......@@ -28,6 +28,11 @@ bitwise logic and shifting.
Parabix programs are assembled as sequences of kernels operating on stream sets. Kernels are generally
just functions, taking stream sets as input and producing stream sets as output.
From a programmer's point of view, kernels can often be viewed as pure mathematical functions defined
over stream sets. Some kernels are side-effecting, achieving computational results by calling back
to standard C++ programs, for example. But many kernels have a pure mathematical result, in which
the only effect is the set of output streams produced in response to the given input streams.
## Parabix Transform
The Parabix framework is based on the concept of parallel bit streams,
......
Clone repository
  • Bracket Matching
  • CSV Validation
  • CSVediting
  • CSVparsing
  • Character Code Compilers
  • KernelLibrary
  • Pablo
  • ParabixTransform
  • Parallel Deletion
  • Parallel Hashing
  • Performance Testing Script
  • Shuffle Pattern Library
  • StaticCCC
  • String Insertion
  • UCD: Unicode Property Database and Compilers
View All Pages