Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
kilimthreads
Conversations
About
kilimthreads
Contact owners and managers
1–30 of 128
Mark all as read
Report group
0 selected
Igor Lukyanov
,
sriram srinivasan
2
6/22/20
Thread safety of mutable fields in Tasks (when multithreaded scheduler is used)
No, you do not have to declare any private state volatile, since the very act of scheduling involves
unread,
Thread safety of mutable fields in Tasks (when multithreaded scheduler is used)
No, you do not have to declare any private state volatile, since the very act of scheduling involves
6/22/20
Lasaro Camargos
,
nqzero
3
5/8/20
Debugging the weaving
Thanks you for your prompt response. Indeed it was the classpath. Maybe we could have a more
unread,
Debugging the weaving
Thanks you for your prompt response. Indeed it was the classpath. Maybe we could have a more
5/8/20
nqzero
7/1/19
kilim 2.0.2 released - support for java 12 and 13 (ea)
kilim 2.0.2 have been pushed to github and maven central with preliminary support for java 13 via ASM
unread,
kilim 2.0.2 released - support for java 12 and 13 (ea)
kilim 2.0.2 have been pushed to github and maven central with preliminary support for java 13 via ASM
7/1/19
nqzero
2
11/9/18
kilim 2.0 released
https://github.com/kilim/kilim ``` <dependency> <groupId>org.db4j</groupId> <
unread,
kilim 2.0 released
https://github.com/kilim/kilim ``` <dependency> <groupId>org.db4j</groupId> <
11/9/18
nqzero
10/29/18
kilim 2.0.0-29 is released - asm 7.0 final, new scheduler, release candidate
pre-release 2.0.0-29 is available in maven central and github. this is a release candidate for kilim
unread,
kilim 2.0.0-29 is released - asm 7.0 final, new scheduler, release candidate
pre-release 2.0.0-29 is available in maven central and github. this is a release candidate for kilim
10/29/18
nqzero
2
10/19/18
kilim 2.0.0-28 released - beta release for kilim 2.0.0
oracle considers java 10 EOL and it appears that 10.0.2 will be the final release of java 10. the
unread,
kilim 2.0.0-28 released - beta release for kilim 2.0.0
oracle considers java 10 EOL and it appears that 10.0.2 will be the final release of java 10. the
10/19/18
nqzero
9/27/18
kilim 2.0 pushed to sriram's github.com/kilim/kilim
i just pushed my kilim 2.0 fork to sriram's github, ie https://github.com/kilim/kilim the
unread,
kilim 2.0 pushed to sriram's github.com/kilim/kilim
i just pushed my kilim 2.0 fork to sriram's github, ie https://github.com/kilim/kilim the
9/27/18
seth/nqzero
9/21/18
2.0.0-25 is released - java 11 support is mainlined
2.0.0-25 is released, which includes the java 11 support that was previously in a separate `-jdk11`
unread,
2.0.0-25 is released - java 11 support is mainlined
2.0.0-25 is released, which includes the java 11 support that was previously in a separate `-jdk11`
9/21/18
seth/nqzero
9/13/18
fully async integration of kilim with google guava CacheBuilder and LoadingCache
`KilimCache` is a thin wrapper around a Guava `LoadingCache` to provide fully asynchronous lookup and
unread,
fully async integration of kilim with google guava CacheBuilder and LoadingCache
`KilimCache` is a thin wrapper around a Guava `LoadingCache` to provide fully asynchronous lookup and
9/13/18
seth/nqzero
9/13/18
kilim, runtime weaving, and the JShell REPL
i just pushed a demo of using kilim with the java 9 JShell REPL to my kilim 2.0 repo https://github.
unread,
kilim, runtime weaving, and the JShell REPL
i just pushed a demo of using kilim with the java 9 JShell REPL to my kilim 2.0 repo https://github.
9/13/18
seth/nqzero
9/5/18
2.0.0-23 is released
2.0.0-23 is released (and 2.0.0-24-jdk11). this is a minor release https://github.com/nqzero/kilim/
unread,
2.0.0-23 is released
2.0.0-23 is released (and 2.0.0-24-jdk11). this is a minor release https://github.com/nqzero/kilim/
9/5/18
seth/nqzero
8/30/18
launch single-file source-code programs with kilim and java 11
JEP 330 (Launch Single-File Source-Code Programs) is a jdk enhancement project that "Enhances
unread,
launch single-file source-code programs with kilim and java 11
JEP 330 (Launch Single-File Source-Code Programs) is a jdk enhancement project that "Enhances
8/30/18
seth/nqzero
8/15/18
Project Loom
Project Loom is an oracle project that aims to add continuations to the JVM. if that feature does end
unread,
Project Loom
Project Loom is an oracle project that aims to add continuations to the JVM. if that feature does end
8/15/18
seth/nqzero
8/15/18
2.0.0-20 released - support for java 7, 8, 9, 10 and 11
2.0.0-20 is released https://github.com/nqzero/kilim/ the artifact is available on maven central
unread,
2.0.0-20 released - support for java 7, 8, 9, 10 and 11
2.0.0-20 is released https://github.com/nqzero/kilim/ the artifact is available on maven central
8/15/18
seth/nqzero
,
sriram srinivasan
6
8/14/18
java 10 support
I am relieved to hear it. I have not been able to spend any time on it, and have been feeling very
unread,
java 10 support
I am relieved to hear it. I have not been able to spend any time on it, and have been feeling very
8/14/18
seth/nqzero
,
Sriram Srinivasan
2
12/7/16
[ANN] kilim 2.0 pre-release and new maintainer
Thank you so much, Seth, for all the hard work. This is a big change from 1.0, and kudos to you for
unread,
[ANN] kilim 2.0 pre-release and new maintainer
Thank you so much, Seth, for all the hard work. This is a big change from 1.0, and kudos to you for
12/7/16
sriv...@hedviginc.com
5/4/16
Issues with run-time compilation and weaving
Hi, I am trying to do a run-time compilation, weaving and invocation of java source code, but have
unread,
Issues with run-time compilation and weaving
Hi, I am trying to do a run-time compilation, weaving and invocation of java source code, but have
5/4/16
ro4tub
,
Sriram Srinivasan
2
5/4/16
Can't access malhar.net
I'll fix the link if it is on my site. Meanwhile, here's the same thing in the form of a
unread,
Can't access malhar.net
I'll fix the link if it is on my site. Meanwhile, here's the same thing in the form of a
5/4/16
seth/nqzero
3/18/16
announcing kilim-streams
i have ported java 8 streams from openjdk to kilim. the entire test suite passes, though all the
unread,
announcing kilim-streams
i have ported java 8 streams from openjdk to kilim. the entire test suite passes, though all the
3/18/16
Sriram Srinivasan
, …
seth/nqzero
12
11/10/14
[ANN] Beta support for jdk8's lambdas
the lambdas mostly work great. seems like a few rough edges eg https://github.com/kilim/kilim/issues/
unread,
[ANN] Beta support for jdk8's lambdas
the lambdas mostly work great. seems like a few rough edges eg https://github.com/kilim/kilim/issues/
11/10/14
Ron
, …
Andrew Bate
14
9/30/14
Dealing with wait/notify and notifyall when converting to Kilim
I agree. The only difficulty is that in addition to wait/notify, you also need an implementation of
unread,
Dealing with wait/notify and notifyall when converting to Kilim
I agree. The only difficulty is that in addition to wait/notify, you also need an implementation of
9/30/14
kilim
8/26/14
Announcement
Task.spawn
I added a static called Task.spawn() to the asm5-jdk8 branch. Now you don't have to create Task
unread,
Announcement
Task.spawn
I added a static called Task.spawn() to the asm5-jdk8 branch. Now you don't have to create Task
8/26/14
seth/nqzero
, …
Sriram Srinivasan
16
8/9/14
java 8 support
Lambda functions are now pausable. Pick it up from the asm5-jdk8 branch. https://github.com/kilim/
unread,
java 8 support
Lambda functions are now pausable. Pick it up from the asm5-jdk8 branch. https://github.com/kilim/
8/9/14
seth/nqzero
,
Sriram Srinivasan
3
7/4/14
Re: kilim web server
>> i haven't tried the nonblocking network io, but my payloads are small, >> so
unread,
Re: kilim web server
>> i haven't tried the nonblocking network io, but my payloads are small, >> so
7/4/14
Lyubomir Stefanov
, …
Sriram Srinivasan
4
6/5/14
Kilim for enterprise application development
Hi all, I'm going to give a talk in San Francisco contrasting design choices using iterators,
unread,
Kilim for enterprise application development
Hi all, I'm going to give a talk in San Francisco contrasting design choices using iterators,
6/5/14
Rubén Barroso
, …
Jason Pell
7
12/3/13
Weaving and generics
I released a kilim 1.0.4 to my maven repo if anyone requires it http://pellcorp.github.io/maven2/
unread,
Weaving and generics
I released a kilim 1.0.4 to my maven repo if anyone requires it http://pellcorp.github.io/maven2/
12/3/13
Anthony Di Franco
9/30/13
Delimited continuations for the JVM?
Hi all, For much of the last year I have been looking at the question of implementing a domain-
unread,
Delimited continuations for the JVM?
Hi all, For much of the last year I have been looking at the question of implementing a domain-
9/30/13
seth/nqzero
, …
Sriram Srinivasan
7
8/30/13
kilim web server
thanks for the reply sriram The MOB tester is quite bitrotted, and not documented at all, so it'
unread,
kilim web server
thanks for the reply sriram The MOB tester is quite bitrotted, and not documented at all, so it'
8/30/13
Kresten Krab Thorup
,
Sriram Srinivasan
4
8/19/13
Kilim and line numbers
On Aug 20, 2013, at 2:05 AM, Kresten Krab Thorup wrote: > OK, I added it -- there's a commit
unread,
Kilim and line numbers
On Aug 20, 2013, at 2:05 AM, Kresten Krab Thorup wrote: > OK, I added it -- there's a commit
8/19/13
Sriram Srinivasan
, …
Ross Kendle
4
8/14/13
[ANN] Mainline support for JDK 7+ (stackmaps), ASM 4.x
On Aug 15, 2013, at 7:23 AM, Ross Kendle wrote: > Great news! > > We took a gamble going
unread,
[ANN] Mainline support for JDK 7+ (stackmaps), ASM 4.x
On Aug 15, 2013, at 7:23 AM, Ross Kendle wrote: > Great news! > > We took a gamble going
8/14/13