For people currently staying abroad e.g. in USA, Europe, Australia, there are 2 types of people: (1) people who are keen on settling down abroad, and (2) people who are keen to settle down in India. People who are keen on settling down abroad may be motivated by certain ‘clear’...
[Read More]
Software tools for genomics tertiary analysis
Disclaimer: I work for Paradigm4, the creators of SciDB. The views expressed in this blog are my own.
[Read More]
SciDB at XLDB 2018
Exciting news! Two invited talks feature SciDB at XLDB 2018 this year:
[Read More]
Caching over and above the primary storage
The omnipresence of caching
People do all sorts of optimizations over their primary storage layer. AWS has built a whole product around a Redis based caching mechanism (to get sub-millisecond response times) https://aws.amazon.com/elasticache/redis/
[Read More]
R R6 classes and passing by reference
A simple test of passing by reference in R6 classes
By default, R6 classes are passed by reference. To avoid this, you need to use clone(deep = TRUE) while copying.
[Read More]