dylanmc / cs393_vm_api

Virtual memory abstraction & methods for constructing, accessing, manipulating and destroying address spaces
4 stars 28 forks source link

Use slices in the `DataSource` API #11

Closed rileyshahar closed 1 year ago

rileyshahar commented 1 year ago

See #6.

Also downgrade write to have only shared access to the buffer, since it only needs to read out of the buffer into the underlying DataSource.