In-Memory Processing

S

siasookhteh

Hello,

For a job interview, I need to be familiar with 'In-Memory Processing',
but I can't find any resources on it. I have no idea with it is, but I
assume it is something special, and any pointers could be very helpful.

Thanks,
Sia
 
I

Ian Collins

Hello,

For a job interview, I need to be familiar with 'In-Memory Processing',
but I can't find any resources on it. I have no idea with it is, but I
assume it is something special, and any pointers could be very helpful.
Trick question?

I don't think there are any useful programs that don't process stuff in
memory....
 
I

Ivan Vecerina

: For a job interview, I need to be familiar with 'In-Memory Processing',
: but I can't find any resources on it. I have no idea with it is, but I
: assume it is something special, and any pointers could be very helpful.

IMO this has no specific meaning and needs to be taken literally.
I would suggest studying data structures and algorithms.
Which aspects will depend on the company's application domain.


Ivan
 
Y

yuvalif

For a job interview, I need to be familiar with 'In-Memory Processing',
but I can't find any resources on it. I have no idea with it is, but I
assume it is something special, and any pointers could be very helpful.

I can only guess, but they usually mean, perform an operation on a data
structure without allocating new memory. Or to be more precise, without
allocating memory that its size it depended with the size of the input.
For example, you get an array of size N and you should sort it without
allocating a new array of size N (a temporary buffer of fixed size is
allowed).
 
S

Siah

Thanks for the input. It gives me some idea to talk about it if it came
up.

Regards,
Sia
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top