You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to lock...@googlegroups.com
Hello Dmitry, came across your 1024 cores site and found the queues to be useful.
On your site footer, it indicates the code as being BSD style, so downloaded the mpmc_block_queue code from downloads - but when opened the code inside the header it says 'GPL'.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to lock...@googlegroups.com
While on this topic:
I have ported the MPMC queue implementation to Java. This relied heavily on the original, but the code is a complete re-write from scratch due to the differences in language concurrency support and memory layout. I have given credit and provided a link in the class docs but am unsure regarding the licensing...
Would you consider my code a modification of the original? Would you expect it to follow the same license?