actors: Update actor ids to use a vector rather than a cons cell.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 24 Dec 2016 19:06:12 +0000 (13:06 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 24 Dec 2016 19:06:12 +0000 (13:06 -0600)
commit7b3f08078664ba2a09d204fe175b5b80f497b44f
tree45c827b955b1cbb64d114174c181f1e893a088b1
parent382af9f4ada1170faab3efda78ae5e3b5e1d4d42
actors: Update actor ids to use a vector rather than a cons cell.

This is a bit easier to read when read/written, and should be
comparatively efficient.

* 8sync/actors.scm (make-address, address-actor-id, address-hive-id):
Update to use a vector rather than a cons cell.
8sync/actors.scm