If you give an example t, f and g it might make it easier to help you,
but as a start you should look at vectorising your functions so that
they work on columns instead of iterating through every row of the
table.
Hi Daniel While it might sound trivial, having to email for a copy is an
overhead/annoyance that i think would dissuade plenty of people from
doing so (just look at some of the comments in this thread). I assume
these requests wouldn't be fulfilled o...
Hi Daniel Will users still be able to download just the pure q binary
for free? Or will everyone have to download Kx Insights, which is
overkill for 99% of personal use (at-home training, hobby projects,
building open source libraries for the communi...
I think it's implementation specific and depends on your
OS.http://man7.org/linux/man-pages/man2/fcntl.2.htmlRecord locking and
NFS Before Linux 3.12, if an NFSv4 client loses contact with the server
for a period of time (defined as more than 90 seco...
q will attempt to acquire a lock on the sym file when it's enumerating
against it, so theoretically you should be able to have multiple
processes enumerating against the same sym file in
parallel.q).z.i27864q)`:sym?`a`sym$`astrace shows:$ strace -p
2...