Skip to content

MainRadixHistogramModule

Overview

Saves a striped histogram into memory (for use in a radix sort).

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

Class MainRadixHistogramModule

inputSize: number

import { MainRadixHistogramModule } from 'scenerystack/alpenglow';

Constructor

new MainRadixHistogramModule( providedOptions : MainRadixHistogramModuleOptions<T> )

Instance Methods

Instance Properties

input : BufferArraySlot<T>

(readonly)

output : BufferArraySlot<number>

(readonly)

Type MainRadixHistogramModuleOptions

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

Source Code

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