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)
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.


No differences found