-
### Description
The diagnostics from Typst should be able to be identified or referred via a precise way, e.g. by assigning identifiers, [MSVC Error LNK2019](https://learn.microsoft.com/en-us/cpp/e…
-
About 30% of lex+parse+lint time for `three.min.js` is spent comparing identifier names in `linter` (since renamed to `variable_analyzer`):
Let's optimize this for some nice perf win.
-
The docstring of anonymous commands is never shown in which-key's popup. If I set
``` elisp
(global-set-key (kbd "C-λ f") 'find-file)
(global-set-key (kbd "C-λ λ") (lambda ()
…
-
If so, how do we determine the identity of strings that come from a JS host so that we can perform ref.eq?
My understanding is that JS strings don't have an identity that can meaningfully be spoken…
-
{{{
# !html
Reply to: noreply@sort.ucd.ie
}}}
{{{
Bugs item #499, was opened at 2006-10-22 10:41
You can respond by visiting:
http://sort.ucd.ie/tracker/?func=detail&atid=441&aid=499&group_id=97
Ca…
atiti updated
11 years ago
-
Hi,
I have an app where about half of the alloc space is coming from `_, err = out.UnmarshalMsg(b)` (where b is a pre-existing byteslice i want to decode) and it's triggering GC too much.
I have read…
-
Possibly related: https://github.com/tc39/proposal-record-tuple/issues/134, https://github.com/tc39/proposal-record-tuple/issues/218
A potential direction this proposal could take, which would solv…
-
All the Attributes parsed in DwarfSymbolProvider.DwarfCompilationUnit.ReadData are not deduplicated/interned.
For a big binary (in my case with debug info about 900MB) this will cause extreme memory …
-
It would be great to have an option to support automatic interning of `Built` objects. (caching them so that objects that are equal according to `==` are not duplicated, speeding up equality compariso…
-
`:db/valueType :db.type/keyword` is used to denote a restricted set of values. But we store these as strings. We should consider a schema flag to signal that a keyword value should be automatically in…