peter-lawrey / HugeCollections-OLD

Huge Collections for Java using efficient off heap storage
273 stars 51 forks source link

HCOLL-28 IPC with SharedHashMap #18

Closed lburgazzoli closed 10 years ago

Cotton-Ben commented 10 years ago

HI Luca, Peter: I see this commit introduces a pair of new packages

  net.openhft.collections.ipc
  net.openhft.collections.osgi 

under the HugeCollections module. I am looking for a place to introduce a new 'jcache' package, prefereably under HugeCollections. Is it OK that I build in my Fork a new

net.openhft.collections.jcache 

package and - once done - issue a pull request (just Luca's here) to join this cabpability under the upstream HugeCollections master? Just trying to figure out where to best join (potentialy). Thansk, Ben

peter-lawrey commented 10 years ago

I try to have the base package match the groupId and artifactId so nake the artifact collections.jcache On 27 Mar 2014 17:32, "Ben Cotton" notifications@github.com wrote:

HI Luca, Peter: I see this commit introduces a pair of new packages

net.openhft.collections.ipc net.openhft.collections.osgi

under the HugeCollections module. I am looking for a place to introduce a new 'jcache' package, prefereably under HugeCollections. Is it OK that I build in my Fork a new

net.openhft.collections.jcache package

and - once done - issue a pull request (just Luca's here) to join this cabpability under the upstream HugeCollections master? Just trying to figure out where to best join (potentialy). Thansk, Ben

Reply to this email directly or view it on GitHubhttps://github.com/OpenHFT/HugeCollections/pull/18#issuecomment-38835297 .

RobAustin commented 10 years ago

merged tests