Тёмный

Valhalla - Where Are We?  

Java
Подписаться 183 тыс.
Просмотров 19 тыс.
50% 1

Опубликовано:

 

12 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 71   
@DavidDLee
@DavidDLee 20 дней назад
I hope I can use Java with Valhalla before getting to Valhalla
@VuLinhAssassin
@VuLinhAssassin 18 дней назад
Lol 😂
@lukaszmachowski
@lukaszmachowski 8 дней назад
Brian and his Valhalla team have just discovered the E=mc² of Java. It really is so beautifully elegant. Now they have a little matter of general and special relativity to iron out and then they’re done. I’ve been watching this space for the last 10 years and am super impressed with how clean and simple you’ve made it. Well done!
@lapissea1190
@lapissea1190 22 дня назад
Top 5 things that I am incredibly excited about in java: Type enforced nullability (thanks Valhalla) Project Valhalla Project Valhalla Project Valhalla Project Valhalla
@JoeMwangi
@JoeMwangi 20 дней назад
"No new bytecodes, no new type descriptors and no new constant pool forms". Damn. That's epic research and design approach for Valhalla.
@JoeMwangi
@JoeMwangi 12 дней назад
@@curio78 hearing from whom? Also, some features already in preview in preparation for valhalla. There is a prototype JDK version they released which I've tested.
@JoeMwangi
@JoeMwangi 11 дней назад
@@curio78 saying they haven't figured out serialisation based on the talk is quite a misnomer. Even the talk doesn't say that. You seem to have misinterpreted. They already figured it out, and another talk was published a few hours ago which highlights the path for value objects will take in serialisation, which is through strict initialisation. The approach uses the constructor of that value type similar to how records do serialisation but with further strictness, and now the developer specifies the default constructor to use.
@JoeMwangi
@JoeMwangi 11 дней назад
@@curio78 Okay, then explain more how brain storming should work and how they are doing trial and error! It's easy to type paragraphs than refactoring the whole jvm to provide these features. "No I heard him speak". I didn't hear him speak about it in the video. Wait. Out of curiosity. Which programming language do you use mainly? I'm suspecting it is a specific one that I tend to see this kind of negative discussion.
@JoeMwangi
@JoeMwangi 11 дней назад
@@curio78 then this part was meant for people like you 8:56
@khmarbaise
@khmarbaise 20 дней назад
Great insights what is under the hood ... and how the improvements are thoroughly thought through and coming step-by-step into the language... Great thanks to all people who are working on that... with so much passion and with so much attention to details, which in the end leaves a very rounded impression in the language.
@AlesNajmann
@AlesNajmann 19 дней назад
After years of waiting there is a light at the end of the tunnel. Looks really neat. Kudos to all the engineers and researchers ❤
20 дней назад
Thank you for make me love Java a little bit more, it is really nice to see the process of modernization from inside and learn from your experiences.
@danhoward7697
@danhoward7697 18 дней назад
Thank you for a sensible track on operator overloading!
@hugithordarson
@hugithordarson 21 день назад
I love how this is the first JVMLS video I can't watch now but have to wait for. Edit: To be clear, this comment is written in good fun. On a more serious note I'm thoroughly impressed with the work the Java team has done in the past few years and as a long time Java dev, I appreciate and much prefer the "get it right" approach and mentality.
@gudenau
@gudenau 20 дней назад
This is what happens when you let features bake, it's why Java is my favorite language.
@jurgen5557
@jurgen5557 20 дней назад
Wow, I am impressed! There obviously are genial and brave design decisions involve. This seems to be another huge step forward. Maybe we can see a bunch of this already with next LTS Java25?
@Linuxhippy2
@Linuxhippy2 16 дней назад
incredible how clean the suggested design is. awesome work - thanks a lot. can't wait to see this in production.
@face-it
@face-it 21 день назад
The architect of the best programming language will talk about the best upcoming feature
@Quinteger
@Quinteger 21 день назад
Hoping for a release before year 2100
@mdtanveerhasan1453
@mdtanveerhasan1453 20 дней назад
soon, brother
@prdoyle
@prdoyle 20 дней назад
Great stuff! Can we declare a class non-nullable by default to save people having to use "!" everywhere?
@deeplykind3754
@deeplykind3754 19 дней назад
Probably not, cause it needs to be backwards compatible
@gigaherz_
@gigaherz_ 20 дней назад
I am somewhat disappointed that "integrity first" means we don't get flattening for complex values unless we make our code messy with explicit annotations/interfaces/whatever. If the language has a volatile keyword specifically to designate things that are intended to be updated from multiple threads, why isn't everything else that doesn't have this attribute allowed to tear? It seems like a strange choice to disable all these optimizations just because someone out there may be writing poorly protected multithreaded code.
@lmj5994
@lmj5994 19 дней назад
My opinion on operator overloading is that there should be no operator overloading in Java. My reasoning is that operator overloading reduces clarity without bringing any material benefits (syntax sugar notwithstanding). Operator overloading is confusing (what does "+" mean ?) and incomplete (there are far more operators needed than are present in any language). And I fail to see the benefit of writing "p1 + p2" instead of "p1.add( p2 )" for anything other than pre-defined primitive types. Others may have a different opinion, I am fine with that, but "no operator overloading in Java" is mine.
@zombi1034
@zombi1034 22 дня назад
I am excited!
@nuharaf
@nuharaf 22 дня назад
they know how to tease us lol
@andmal8
@andmal8 20 дней назад
Nice job!
@Mirage2020
@Mirage2020 20 дней назад
Hope we got a oreview for OpenJDK 24, that would be great 👍
@sphesihlemanuel2933
@sphesihlemanuel2933 22 дня назад
Wake me up when we get there !!!
@VuLinhAssassin
@VuLinhAssassin 21 день назад
In our lifetime, we might never be able to use Valhalla. Our next generation can. Enterprise still stuck with Java 8 anyway.
@davidhsv2
@davidhsv2 20 дней назад
Can't wait to create leetcode code that you can actually read, without primitive juggling. Keep the great job 🙏
@VuLinhAssassin
@VuLinhAssassin 21 день назад
Bois... It is time to join the Valhalla! VALHALLA!!!
@Groostav
@Groostav 20 дней назад
Sorry, so what happens to `ArrayList`? From my watching of this video, it seems like I will be able to write `ArrayList` and get a lowering optimization that will back the resulting instance with something like more like an `int[]` instead of an `Object[]`, correct?
@loic.bertrand
@loic.bertrand 19 дней назад
I wonder how the internal array of a new ArrayList() is gonna be initialised
@renbangbprd7236
@renbangbprd7236 21 день назад
Can't wait for project lilliput, I hope Java memory usage can be reduced by half
@pompiuses
@pompiuses 21 день назад
Use GraalVM for that.
@altgamz1072
@altgamz1072 21 день назад
@@pompiuses Nope, Graal have many limitation because of closed world nature. Whats the point of lilliput, if it can't do that
@pompiuses
@pompiuses 21 день назад
@@altgamz1072 Lilliput will just be a drop in the bucket.
@renbangbprd7236
@renbangbprd7236 20 дней назад
@@pompiuses I agree with altgamz, it should be able to reduce the memory usage at the very least 20-30%
@alathreon8315
@alathreon8315 20 дней назад
Half ??? Reducing header size by half won't reduce object size by half. Lilluput expect between 10% to 20% reduction in size in average.
@andreilisa9317
@andreilisa9317 18 дней назад
Well Done
@StarContract
@StarContract 4 дня назад
Folks, I'm writing a game engine in Java. I'm following and waiting for this project to get out. Please end my suffering
@michaelschneider603
@michaelschneider603 8 дней назад
Now let's see who wins the race: Project Valhalla, or string interpolation?
@tintifax8531
@tintifax8531 19 дней назад
Now let’s hope this stuff doesn’t need another few years of ripening in preview after preview.
@cmdjulian
@cmdjulian 18 дней назад
Can I get the slides from somewhere to download it? I wanna show them on work
@Eddie-oz8nq
@Eddie-oz8nq 17 дней назад
🎉
@hellowill
@hellowill 19 дней назад
C# about to be BTFO
@rtorello75
@rtorello75 20 дней назад
First, Vector is a problem that was solved eons ago with: * Vector * Auto-Boxing & Auto-Un-Boxing Second, To me, the difference between an Object and a Primitive is like the difference between an Apple and an Orange. Furthermore, the most applicable / usable Value-Classes (Integer, Long, Float, etc..) have already been rolled out ages ago, right? What am I missing? Classes that have 'final' declared Data-Fields could all be converted to 'Value-Classes' but how much "Value" or "Savings" (and in terms of what metrics) are being achieved with this idea? It seems to me like this idea would add an infinite amount of complexity (on the Oracle side of the Coding-Fence), but I don't understand the gains. Classes with "Low-Amounts of Data", and "final-constant" data could be declared "Value" Classes? But are there actual and realizable speed-improvements? Is the Garbage-Collector operating more efficiently?
@exl5eq28
@exl5eq28 16 дней назад
So... Implementation details aside, the only change to the language design is: rename T.val to T!, and rename T.ref to T?
@driveDoses
@driveDoses 20 дней назад
How many more years we need to wait. Just give us
@sstevenson638
@sstevenson638 20 дней назад
I'm going to keep harping on this: Why are you making value class fields final! If you persist with that design decision then it no longer "codes like a class" and I don't see the benefit. Why can't you allow fields to be declared as final or not? I believe that is how C# implements value classes.
@Mirage2020
@Mirage2020 20 дней назад
Because making fields final, thus ensuring there will be at most one write on that field you allow the JVM to do 1) more and better flattening. 2) more optimizations under the hood. That's what Valhalla is all about. If you need your fields to mutate then there is no point in using value classes/records since the JVM is not gonna be able to optimize memory and performance as much as it could, but you would still pay the trade off of lack of identity, so Why would you use a value Class/Record then?
@moontradeio
@moontradeio 19 дней назад
​@@Mirage2020 How does making fields final provide better "flattening"? Data oriented models requires controlling memory layout and mutability. Laying out structs in a vector is a common pattern. Creating your own arenas. The whole point of value classes is controlling memory allocation and size. The feature is the optimization.
@sstevenson638
@sstevenson638 19 дней назад
@@Mirage2020 Thanks for the response. I don't know the particulars of JVM optimization, but I do know raw coding in C and C++, and even FORTRAN back in the day. In the end it comes down to allocating raw memory blocks and navigating that memory with address pointers. Somewhere there has to be a pointer to the value object, and then you get to it's fields relative to that starting pointer. I did a lot of HPC engineering programming and in that area I like to allocate memory to hold massive amounts of input data and output data, and state data that get's changed every iteration of the solvers. Having that memory clustered together in memory reduces paging and other performance robbing tasks. I was really excited about the flattening aspect of value objects, but if I can't change them then I can't allocate that memory ahead of time and use them for output and state data.
@sstevenson638
@sstevenson638 19 дней назад
@@Mirage2020 This is a follow up to my last comment, I'm just thinking out loud. To achieve flattening/clustering of objects in memory why don't you implement an array allocator that instantiates all of the objects in the array when the array is allocated? That way all objects in the array can be created in one continuous memory block. // Suggestion Point[] array = new new Point[1000000]; // Create Point array, instantiate all objects in continuous memory
@moontradeio
@moontradeio 19 дней назад
@@sstevenson638 if they went with zero initialization instead of strict initialization, new Point[100000], would just be zeroed out memory. No need to initialize anything from the JVM side of things. No hidden code running. Since value classes are immutable and require strict initialization, creating an array like that gets more complicated. It is a bad design.
@thanosfisherman
@thanosfisherman 21 день назад
Just give us Valhalla already wtf is wrong with you.
@IfeSunmola
@IfeSunmola 20 дней назад
Tbh, if you repeat that comment 9 more times, Valhalla would be in your hands already.
@renbangbprd7236
@renbangbprd7236 19 дней назад
@nipafx
@ahuramazda9202
@ahuramazda9202 20 дней назад
I can clearly see that Java sunset is getting faster. Maybe my comment will be funny, so hold your laugh until it happens, then we will laugh together my friends.
@thanosfisherman
@thanosfisherman 20 дней назад
But why?
@thanosfisherman
@thanosfisherman 15 дней назад
@@ahuramazda9202 please elaborate
Далее
Java - Integrity by Default #JVMLS
50:41
Просмотров 4,9 тыс.
ДЖЕФ  ЕЩЕ ПОМОГАЕТ!
09:37
Просмотров 271 тыс.
Linus Torvalds: Speaks on Hype and the Future of AI
9:02
Project Lilliput - Beyond Compact Headers #JVMLS
47:21
How 3 Phase Power works: why 3 phases?
14:41
Просмотров 730 тыс.
Project Leyden Update #JVMLS
45:52
Просмотров 8 тыс.
AWS CEO - The End Of Programmers Is Near
28:08
Просмотров 444 тыс.