File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ open-source developers, and hopefully some of them will be willing to keep this
5858
5959We are aiming to be within 2x of the C libraries for reading data. Preliminary tests indicate that's a reasonable goal.
6060For HDF5 files using deflate filters, the deflate library dominates the read time, and standard Java deflate libraries
61- are about 2X slower than native code. Unless the deflate libraries get better, theres not much gain in trying to make
61+ are about 2X slower than native code. Unless the deflate libraries get better, there's not much gain in trying to make
6262other parts of the code faster.
6363
6464Its possible we can use Kotlin coroutines to speed up performance bottlenecks. TBD.
@@ -148,7 +148,7 @@ local to the variable they are referenced by.
148148#### Compare with HDF5 data model
149149* Creation order is ignored
150150* Not including symbolic links in a group, as these point to an existing dataset (variable)
151- * Opaque: hdf5 makes arrays of Opaque all the same size, which gives up some of its usefulness. If theres a need,
151+ * Opaque: hdf5 makes arrays of Opaque all the same size, which gives up some of its usefulness. If there's a need,
152152 we will allow Opaque(* ) indicating that the sizes can vary.
153153* Attributes can be of type REFERENCE, with value the full path name of the referenced dataset.
154154
You can’t perform that action at this time.
0 commit comments