-
Notifications
You must be signed in to change notification settings - Fork 3.4k
[BUG] This repo is never checked #3697
Comments
bug lol |
Tbh, it bugs me |
Npm busy with tryina fight yarn xD |
🔥 March 2022 hot update 🔥
|
and pnpm |
xD |
Eyy, this is a good one! This will definitely be added no way sirree will be this be ignored |
xD I quit using nodejs and started using java... and bro I have to tell you.. the performance was amazing!!!! don't listen to those people who lie about java being "slow" it ran so fast that I crashed my PC with a loop. because the threads run very fast and yea... it means its not limited like java xD |
You just said "java is not limited like java" |
oops java is not limited like javascript |
does anyone have discord xD this issue has gotten pretty off topic I actually don't even think NPM willever take this issue into consideration |
I don't expect them to, I just thought this would be funny for people to stumble across. |
im just gona follow everyone involved in this post and hope to make some friends xD |
I added a PR with 47 new NPM ideas and was feeling good about that till I saw the number of open PRs. D: |
Java is compiled into a native executable. Javascript is interpreted with one. That means JS is inherently slower. It's more feature-dense, though, and no compilation step is needed. |
tf, java is NOT compiled to native. Also im now a C++ dev XDDDD super painful to use but Im good with it. also Java is rediculously slower compared to nodejs since it does not have JIT |
yo any of u guys got Discord? at this point NPM clearly doesnt care about US THE POEPLE lmao |
They probably even forgot existence of this repo or something, anyways if they don't care about the repo it would be better idea to archive it I believe, there is already a ton of fun messages. |
they should make a bot to do this so they can tell yarn is not better than npm |
Hundreds? Try thousands. |
|
V8 does do partial JIT compilation too... |
What is JIT, and why is it important? |
Replying to @a-a-GiTHuB-a-a:
JIT stands for Just-In-Time Compilation. It is basically an approach to code execution used by, for instance, the V8 engine upon which Node.js and Chromium rely to execute JavaScript. Here, code is translated to executable format, then run in parallel as it's being read. This gives us the advantages of compiled-like speed and interpreted-like developer experience. |
Wait...... I should've realize this when I noticed the last edit time on expansions.txt...... |
The big problem with merging the 99999999 PRs is that each time, the NPM devs have to sort the answers (since the new expansions may conflict in position), which gets tedious. |
@a-a-GiTHuB-a-a don't be ridiculous. They could easily just have a pre-commit hook sort the list for them. The only and real reason is that this is extremely low priority and the key holder already has enough. Honestly, with these fluff pet repos, you make it a small event if you want it getting attention at all. I'd have made it a team exercise to have everyone who works for npm, Inc take five minutes and choose a PR to merge on the day of the library's anniversary. That gives everyone some coffee talk too. |
What / Why
When
Where
How
Current Behavior
Steps to Reproduce
Expected Behavior
Who
References
The text was updated successfully, but these errors were encountered: