Re: PipedInputStream improvement

2018-11-07 Thread dalibor topic

Hi Ilya,

If you are contributing on behalf of your organization, then a person 
authorized to sign document on behalf of your organization (usually a VP 
or higher) must sign the OCA, indicating his or her title, for the 
organization. If you intend to (also) contribute changes individually, 
i.e. not on behalf of your organization, you need to sign a separate OCA 
as well as an individual.


Please consult the OCA FAQ for details: 
http://www.oracle.com/technetwork/oca-faq-405384.pdf


As described on http://openjdk.java.net/contribute/

If you haven't yet signed the Oracle Contributor Agreement (OCA) then 
please do so, scan it and e-mail the result to 
oracle-ca_us(at)oracle.com. Please make sure to specify OpenJDK as the 
project you'd like to contribute to so that we can process and store 
your OCA.


cheers,
dalibor topic

On 29.10.2018 20:33, Ilya Gazman wrote:

Hey guys,

I created a more efficient version of java.io.PipedStream. I would like to
have a conversation with you about my implementation and how we can test
and benched marked it and eventually maybe even submit it for the next Java
release.

My name is Ilya Gazman, I work at DoubleVerify, and I did this
implementation as part of our work on our core systems.

Please guide me through the process of what should I do to receive proper
feedback and what are the next steps.

Best,
Ilya




--
 Dalibor Topic | Principal Product Manager
Phone: +494089091214  | Mobile: +491737185961


ORACLE Deutschland B.V. & Co. KG | Kühnehöfe 5 | 22761 Hamburg

ORACLE Deutschland B.V. & Co. KG
Hauptverwaltung: Riesstr. 25, D-80992 München
Registergericht: Amtsgericht München, HRA 95603

Komplementärin: ORACLE Deutschland Verwaltung B.V.
Hertogswetering 163/167, 3543 AS Utrecht, Niederlande
Handelsregister der Handelskammer Midden-Niederlande, Nr. 30143697
Geschäftsführer: Alexander van der Ven, Jan Schultheiss, Val Maher

 Oracle is committed to developing
practices and products that help protect the environment


Re: PipedInputStream improvement

2018-11-01 Thread Pavel Rappo
Jonathan,

Roger told Ilya yesterday about that. But I guess the point is we cannot proceed
even with discussion until the OCA has been signed. Is that right?

> On 1 Nov 2018, at 21:07, Jonathan Gibbons  wrote:
> 
> You need to sign the Oracle Contributors Agreement (OCA) before contributing 
> code.
> 
> See https://openjdk.java.net/contribute/
> 
> -- Jon
> 
> 
> On 11/01/2018 01:04 PM, Pavel Rappo wrote:
>>> On 29 Oct 2018, at 19:33, Ilya Gazman  wrote:
>>> 
>>> Hey guys,
>>> 
>>> I created a more efficient version of java.io.PipedStream. I would like to
>>> have a conversation with you about my implementation and how we can test
>>> and benched marked it and eventually maybe even submit it for the next Java
>>> release.
>>> 
>>> 
>> Where's the implementation? Was it stripped by this mailing list? You can 
>> send
>> me your code and I will post it to the http://cr.openjdk.java.net/ so we 
>> could
>> bootstrap the discussion.



Re: PipedInputStream improvement

2018-11-01 Thread Jonathan Gibbons
You need to sign the Oracle Contributors Agreement (OCA) before 
contributing code.


See https://openjdk.java.net/contribute/

-- Jon


On 11/01/2018 01:04 PM, Pavel Rappo wrote:

On 29 Oct 2018, at 19:33, Ilya Gazman  wrote:

Hey guys,

I created a more efficient version of java.io.PipedStream. I would like to
have a conversation with you about my implementation and how we can test
and benched marked it and eventually maybe even submit it for the next Java
release.



Where's the implementation? Was it stripped by this mailing list? You can send
me your code and I will post it to the http://cr.openjdk.java.net/ so we could
bootstrap the discussion.





Re: PipedInputStream improvement

2018-11-01 Thread Pavel Rappo
> On 29 Oct 2018, at 19:33, Ilya Gazman  wrote:
> 
> Hey guys,
> 
> I created a more efficient version of java.io.PipedStream. I would like to
> have a conversation with you about my implementation and how we can test
> and benched marked it and eventually maybe even submit it for the next Java
> release.
> 
> 

Where's the implementation? Was it stripped by this mailing list? You can send
me your code and I will post it to the http://cr.openjdk.java.net/ so we could
bootstrap the discussion.



PipedInputStream improvement

2018-11-01 Thread Ilya Gazman
Hey guys,

I created a more efficient version of java.io.PipedStream. I would like to
have a conversation with you about my implementation and how we can test
and benched marked it and eventually maybe even submit it for the next Java
release.

My name is Ilya Gazman, I work at DoubleVerify, and I did this
implementation as part of our work on our core systems.

Please guide me through the process of what should I do to receive proper
feedback and what are the next steps.

Best,
Ilya


-- 
Ilya Gazman

Software Engineer


233 Spring St.

New York, NY 10013
ilya.gaz...@doubleverify.com 

--