Search found 4 matches

by orlandod
Fri Feb 18, 2011 5:01 pm
Forum: Language
Topic: In-Memory data compression
Replies: 3
Views: 11668

Re: In-Memory data compression

Searching on Google led me to this article:

http://www.vector.org.uk/archive/v181/hack181.htm

Thanks to Stefano and Adrian
by orlandod
Fri Feb 18, 2011 4:55 pm
Forum: Language
Topic: In-Memory data compression
Replies: 3
Views: 11668

In-Memory data compression

I am playing around with the idea of compressing cached data in order to speed up some of the processes that I run which receive multiple requests. I am storing the results in the workspace where I can then do a lookup. If the data is kept in-memory, it starts utilizing too much memory and becomes a ...
by orlandod
Thu Nov 04, 2010 1:47 pm
Forum: Language
Topic: Dyalog v12 32bit vs 64 bit TCPSockets
Replies: 3
Views: 11854

Re: Dyalog v12 32bit vs 64 bit TCPSockets

Thanks, Geoff. I will review the material.
by orlandod
Wed Nov 03, 2010 7:52 pm
Forum: Language
Topic: Dyalog v12 32bit vs 64 bit TCPSockets
Replies: 3
Views: 11854

Dyalog v12 32bit vs 64 bit TCPSockets

What is the difference between an APL socket created in the 32 bit Classic V12 and a 64 bit TCP socket of style APL? I have a 32 bit application that I had done in C++ and I do a mapping of the values using the quadAV character set. Everything works well with the 32bit v12 but with the 64bit v12, I ...