Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 475 Bytes

File metadata and controls

16 lines (11 loc) · 475 Bytes

Ness Computing Sequencer Component

A Sequencer is a data structure which provides a bidirectional mapping from sparse objects into densely-packed integers.

For example, you may wish to sequence a sparse representation of user IDs into dense integers to pack efficiently into matrices of floats.

Component Charter

  • Provides the Sequencer datatype and supplemental classes

Copyright (C) 2013 Ness Computing, Inc.