Re: ReadWriteUpdateLock

2016-07-21 Thread Vladimir Ozerov
ck > > > or by CAS operation. For the rest of cases we already have RWLock. > > > > > > And one more point - nobody asked for it. So, I ask - Does anyone need > it > > > in Ignite? > > > > > > Thanks! > > > > > > --Yakov >

Re: ReadWriteUpdateLock

2016-07-20 Thread Yakov Zhdanov
ry lock > > or by CAS operation. For the rest of cases we already have RWLock. > > > > And one more point - nobody asked for it. So, I ask - Does anyone need it > > in Ignite? > > > > Thanks! > > > > --Yakov > > > > 2016-07-18 22:55 GMT+03:00 Vl

Re: ReadWriteUpdateLock

2016-07-20 Thread Vladimir Ozerov
eryone, > > > > cross-posting from JIRA: > > I recently came across this post: > > http://codereview.stackexchange.com/a/31231 > > > > Do you think ReadWriteUpdateLock is something we can put to good use here > > in Ignite? > > > > This kind of lock should be more efficient for read-before-write > patterns. > > > > Best regards, > > Vladisav > > >

Re: ReadWriteUpdateLock

2016-07-19 Thread Dmitriy Setrakyan
point - nobody asked for it. So, I ask - Does anyone need it > in Ignite? > > Thanks! > > --Yakov > > 2016-07-18 22:55 GMT+03:00 Vladisav Jelisavcic <vladis...@gmail.com>: > >> Hi everyone, >> >> cross-posting from JIRA: >> I recently came across this p

ReadWriteUpdateLock

2016-07-18 Thread Vladisav Jelisavcic
Hi everyone, cross-posting from JIRA: I recently came across this post: http://codereview.stackexchange.com/a/31231 Do you think ReadWriteUpdateLock is something we can put to good use here in Ignite? This kind of lock should be more efficient for read-before-write patterns. Best regards