You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we're collecting all the various events and can index quickly into them, we need keep a cache. That's pretty trivial; the bigger issue is how to let the calling program share our objects. Can they only copy them out, and they are responsible for killing them off on a deletion event? That seems one sane way, and fine-grained locking with accessors makes the simple case simple. So do both.
The text was updated successfully, but these errors were encountered:
We need add some unit tests for this, and I think we'll be ready to go? Also need to make deep copy work by turning pointers into offsets viz the rtablock.
Now that we're collecting all the various events and can index quickly into them, we need keep a cache. That's pretty trivial; the bigger issue is how to let the calling program share our objects. Can they only copy them out, and they are responsible for killing them off on a deletion event? That seems one sane way, and fine-grained locking with accessors makes the simple case simple. So do both.
The text was updated successfully, but these errors were encountered: