Re: Discussion core-libs-dev Digest, Vol 113, Issue 35

2016-09-12 Thread Prakhar Makhija
Could we update the Iterator, so it supports manipulation on the Collection itself, and not throw UnsupportedOperationException during the time of iteration? On Sep 12, 2016 9:29 AM, wrote: Send core-libs-dev mailing list submissions to

Re: ParallelStream Vs Stream Digest, Vol 113, Issue 94

2016-09-29 Thread Prakhar Makhija
30/09/2016 2:24 PM, Prakhar Makhija wrote: > >> Hi everyone, >> >> I have started using both Stream and ParallelStream, for Set List and >> Entry >> of Map. >> >> What I can't understand is why Stream is taking lesser time than >> ParallelStream.

ParallelStream Vs Stream Digest, Vol 113, Issue 94

2016-09-29 Thread Prakhar Makhija
Hi everyone, I have started using both Stream and ParallelStream, for Set List and Entry of Map. What I can't understand is why Stream is taking lesser time than ParallelStream. Shouldnt ParallelStream be giving better performance than Stream in terms of Time Complexity? On Sep 30, 2016 12:53

Re: ParallelStream Vs Stream Digest, Vol 113, Issue 94

2016-10-01 Thread Prakhar Makhija
Thanks for the material. I was looking forward to watch/read more about it in detail. On Oct 1, 2016 5:21 AM, "Stuart Marks" wrote: > > > On 9/30/16 12:41 PM, John Rose wrote: > >> On Sep 29, 2016, at 11:39 PM, Louis Wasserman >> wrote: >> >>>

Re: core-libs-dev Digest, Vol 116, Issue 47

2016-12-12 Thread Prakhar Makhija
Just want to clarify, would there be any *.mar file, as a module archive? On Dec 12, 2016 2:33 AM, wrote: > Send core-libs-dev mailing list submissions to > core-libs-dev@openjdk.java.net > > To subscribe or unsubscribe via the World Wide Web,

Need info regarding Java Source Code

2016-12-26 Thread Prakhar Makhija
Hi, Can anyone please tell me from where I can find and download/clone : 1) The source code of Java, of various releases. 2) The Java code of all JDK and it's various libraries. Looking forward to hear from you.

Re: Require some insight regarding Objects & Json

2017-11-12 Thread Prakhar Makhija
, Nov 12, 2017 at 9:56 PM, Prakhar Makhija <matc...@gmail.com> wrote: > Hi, > > > *Scenario* > > Having 1.5 million json files of same structure (same keys). > Each file is of around 64 KB, which makes a total of 1 GB. > > Created a class MyDummyJsonClass, having the a

Require some insight regarding Objects & Json

2017-11-12 Thread Prakhar Makhija
Hi, *Scenario* Having 1.5 million json files of same structure (same keys). Each file is of around 64 KB, which makes a total of 1 GB. Created a class MyDummyJsonClass, having the attribute names same as the keys in those json files. Reading the json files, loading them into MyDummyJsonClass,

Re: core-libs-dev Digest, Vol 138, Issue 30

2018-10-08 Thread Prakhar Makhija
Guys are there src git repositories for javase? Please share the links I found git repos for javaee only On Mon 8 Oct, 2018, 5:30 PM , wrote: > Send core-libs-dev mailing list submissions to > core-libs-dev@openjdk.java.net > > To subscribe or unsubscribe via the World Wide Web, visit

Re: are there src git repositories for javase

2018-10-08 Thread Prakhar Makhija
Thanks Joseph, I'll check Skara. I found one reference of "hgForest.sh" I presume it is for cloning / pulling the jdk src projects, perhaps the hg trees you are mentioning Kindly tell me the process to clone the hg trees Please also help me out with the development process here Every time is

Re: core-libs-dev Digest, Vol 146, Issue 92

2019-06-22 Thread Prakhar Makhija
Topic: OR operator represented by || Query: The expression evaluation of the operands, of OR operator, does it happen in parallel, when Java code runs, in the current versions? On Sat 22 Jun, 2019, 3:22 AM Send core-libs-dev mailing list submissions to > core-libs-dev@openjdk.java.net >

[JSR] [JEP] Java Specification Requirement / Java Enhancement Proposal : 'Parallel OR' and 'Parallel AND'

2019-07-24 Thread Prakhar Makhija
nge the conventional implementation of OR operator, and AND operator, in Java So it would be better to have two new operators/symbols itself Parallel OR ||| Parallel AND &&& We can go with the symbol |&& also in case of Parallel AND Looking forward to hearing your thoughts Best Wishes &a