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

Add compression for gds generation #1

Open
skuep opened this issue Jun 1, 2017 · 1 comment
Open

Add compression for gds generation #1

skuep opened this issue Jun 1, 2017 · 1 comment
Assignees

Comments

@skuep
Copy link
Owner

skuep commented Jun 1, 2017

In order to use GDS3D with the remote filesystem structure over slow connections, compression (server-side) and decompression (client-side) would be nice.

For this, XZ compression should be used. The start scripts will have to be adapted in order to decompress the gds files, in case compression is used. In the skill script, compression should be available optionally.

@skuep skuep self-assigned this Jun 1, 2017
@skuep
Copy link
Owner Author

skuep commented Jun 1, 2017

In Commit 22b56b4, I have added compression support to the Skill script and start script for windows, since that is all I can test at this time.

I took the opprtunity and refined the generation of the launch scripts to a template based system. The templates are stored in a subdirectory and contain magic phrases wrapped in ?...? that are then filled within the skill script on execution. At this point in time, templates for MacOS and Linux are still missing.

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

No branches or pull requests

1 participant