You are not logged in.
Announcement
Unanswered posts
|
yes it works.
the way you use it is first you load data into it, and then use a linked tHashInput to read it back. its a great way to cache a repeated lookup for increased performance.
I have seen it work in 3.2 but I do not see it in 4.12
Can anyone confirm this?
There is a "Persist to file" option with the tHashOutput component where you can define a file to be used to store the data instead of in memory. I set my "Max memory heap size" to 1MB and then sent 95 MB of data into a tHashOutput component. The file was never created at any time during the operation. I don't believe this feature of this component actually works. Can anyone confirm?