Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Domain Data Mgmt Services
Seismic
Open ZGY
Commits
c1b799d6
Commit
c1b799d6
authored
Jan 29, 2021
by
Ivan Medeiros Monteiro
Browse files
Merge branch 'imonteiro/alpha-statement' into 'master'
Update Readme.md removing the alpha statements. See merge request
!36
parents
3dd67794
06b4ec4c
Pipeline
#23947
passed with stages
in 5 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
c1b799d6
...
...
@@ -13,20 +13,6 @@ wrapper around the C++ implementation and a pure Python reference
implementation. In the reference implementation, zfp compression and
cloud access are separate binary packages but the core is only Python.
This is an alpha release and there are a number of known issues.
Especially regarding performance. The pure Python implementation can
only run single threaded. Ditto for local file access in OpenZGY/C++
on Windows. Ditto for all writes. Accessing the Seismic Store from
OpenZGY/C++ both Linux and Windows suffers from high latency because
it might read just one brick at a time. That results in a block size
that is way smaller than recommended.
On the positive side, multi-threaded reads are supported for Linux
on-prem files and both Linux and Windows when reading from the cloud.
And while the cloud block size is still rather small, the code can
take advantage of sorted files to increase the block size for read
requests sorted the same way.
## <span style="color:blue">Documentation</span>
See the doc folder for human readable documentation.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment