Skip to content

Commit 3b85db7

Browse files
authored
Added a paragraph.
1 parent 0edeeea commit 3b85db7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,10 @@ for wf in s.values(): # iterate over all waveforms
689689
send_wf_for_analysis(wf)
690690
```
691691

692+
It's harder to accept precisely because of the simplicity and consistency (with dict operations).
693+
We're used to `s[some_file]` meaning "give me THE value stored in s, in the 'some_file' slot".
694+
We're not used to `s[some_file]` meaning
695+
"go get the data stored in `some_file` and give it to me in a format more convenient for my use".
692696

693697
Stores allow you to compose extraction and transformation, or transformation and loading,
694698
and further specifying filter, caching, indexing, and many other aspects related to storage.

0 commit comments

Comments
 (0)