Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a CompressedWorkspace2D and benchmark #1613

Closed
NickDraper opened this issue Jul 21, 2009 · 1 comment
Closed

Create a CompressedWorkspace2D and benchmark #1613

NickDraper opened this issue Jul 21, 2009 · 1 comment
Assignees
Milestone

Comments

@NickDraper
Copy link
Contributor

create a new workspace type that is similar to ManagedWorkspace2D in that is uses a data store and buffers in a most recently used list. However the back end data store will not be a file, it will be a memory block containing the x, y and e vectors compressed using the zlib library (we already link to this somewhere).

Suggested steps:

  1. in a test see what the compression rates are for sample workspace data. Investigate the compression/decompression rates.
  2. Implement as a new workspace
  3. Benchmark the characteristics f this workspace type against Workspace2D and ManagedWorkspace2D
  4. Once we understand where it should fit integrate the use of this into the WorkspaceFactory and MemoryManager.
@NickDraper
Copy link
Contributor Author

This issue was originally trac ticket 765

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants