Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

C implementation now uses 1-bit storage #17

Discussion options

The latest C implementation of Dyadic Memory and Triadic Memory is now based on 1-bit storage locations.

This reduces memory consumption to 1/8, compared with the previous version which was based on 8-bit memory counters.

In Triadic Memory, the query performance changed: Querying for z became somewhat slower, while querying for x and y is now much faster.

An advantage of 1-bit storage is that the same association can be stored again and again without changing the state of the memory.

Deletion from memory is no longer supported.

I've archived the original implementations as "Version 1".

You must be logged in to vote

Replies: 0 comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant

AltStyle によって変換されたページ (->オリジナル) /