Skip to content

MainRadixScatterModule

Overview

Uses a scanned histogram to perform a step of the radix sort.

@author Jonathan Olson <jonathan.olson@colorado.edu>

Class MainRadixScatterModule

inputSize: number

import { MainRadixScatterModule } from 'scenerystack/alpenglow';

Constructor

new MainRadixScatterModule( providedOptions : MainRadixScatterModuleOptions<T> )

Instance Methods

Instance Properties

input : BufferArraySlot<T>

(readonly)

output : BufferArraySlot<T>

(readonly)

Type MainRadixScatterModuleOptions

import type { MainRadixScatterModuleOptions } from 'scenerystack/alpenglow';

Source Code

See the source for MainRadixScatterModule.ts in the alpenglow repository.