Re: Stolen: Re: [concurrency-interest] LongAdder (was: StripedAdder) and LongAdderTable

2011-08-02 Thread William Louth (JINSPIRED.COM)
Hi John, In my blog entry this week I will present our current offering and its performance characteristics. But this is not driven exclusively by performance though it is a big factor. I want to make it extremely easy for counters (longs which cannot be decremented only incremented) to be

Re: Use of JDK interanl ASM vs external

2015-02-18 Thread William Louth (JINSPIRED.COM)
Of course this isolation does breaks down if multiple versions of the same library, loaded into the runtime, read/write external files such as config/property/cache/ files. Then there is the System Property instance or is this something also addressed in Java 9? On 18/02/2015 12:29, Remi

Re: MethodHandles.Lookup and modules

2015-12-19 Thread William Louth (JINSPIRED.COM)
teleporting...reminds me of the security mechanism underlying The Mill http://millcomputing.com/docs/security/ On 19/12/2015 00:35, John Rose wrote: FYI, we just had a useful conversation about how the new readability restrictions from