Email or username:

Password:

Forgot your password?
Top-level
marius

The new API would not be terribly different.

A screenshot similar to the one in a parent post with code that would search in an GoActivityPub Index.

The basic criteria are to search for objects with the type "Create", with recipients matching an IRI and having their object property equal to another IRI.
2 comments
marius

The experiment of using roaring bitmaps as the foundation for indexing #ActivityPub objects is half successful and half not.

The good news is that soon I'll be able to replace the #brutalinks client access to it's activitypub backend with something that's built on top of local storage that makes use of the indexes, therefore being much, much faster.

The bad news is that adding indexing to the storage backends themselves didn't result in too much performance gains, but I just suspect I'm doing something wrong.

#GoActivityPub #golang

The experiment of using roaring bitmaps as the foundation for indexing #ActivityPub objects is half successful and half not.

The good news is that soon I'll be able to replace the #brutalinks client access to it's activitypub backend with something that's built on top of local storage that makes use of the indexes, therefore being much, much faster.

Go Up