Rom Grk
Rom Grk
I work at MUI and I've been doing some performance optimization. I've noticed that `murmur2` is at the top of the stack traces for the [test case](https://gist.github.com/romgrk/129623975dee66e90a9d2373a33eef7a) benchmark I'm using,...
While I was working on #3241 I saw a few issues with your existing javascript implementation of murmur2, here are a few fixes. I've included a comparison with the WASM...
Prototype for emotion-less styling. Core PR: https://github.com/mui/material-ui/pull/44247
From what I read in https://github.com/mui/mui-x/pull/15220, you seem to use this function in hot codepaths. It's going to hurt the performance to have that many memory allocations all over the...
Counter-part of https://github.com/mui/joy-ui/pull/121 Depends on https://github.com/mui/mui-public/pull/329 I forked the babel plugin because the convention here is to add the if-guard.
Get rid of the "style hooks" terminology which is unclear. Now that I read the PR, I feel like it could be simply `stateMapping` instead of `stateAttributesMapping`. The "attributes" token...
Following this discussion: https://mui-org.slack.com/archives/C011VC970AW/p1738093359898899 The "modern" token doesn't bring any useful semantic, and makes the codebase more verbose. I've also added jsdocs & typings in our re-export because somehow the...
Closes https://github.com/mui/mui-x/issues/13187 It's pointing to a pre-release because the `4.4.1` hasn't been released in a few months.
Follow-up of https://github.com/mui/base-ui/pull/1920 Depends on https://github.com/mui/mui-public/pull/329 closes https://github.com/mui/material-ui/pull/44067