-
![image](https://user-images.githubusercontent.com/65631993/82439433-4a558500-9ab8-11ea-886c-768a83970c8f.png)
would help to search word meaning quickly a highly useful feature for everyone
-
I'm curious as to the performance of min. Would be nice to see a few benchmarks, maybe for some of [these](https://benchmarksgame-team.pages.debian.net/benchmarksgame/).
trans updated
4 years ago
-
### Description
We are having some memory issues in our app where the app gets slower after some time and noticed in a gcdump file that all our pages have multiple counts.
We created a dummy project…
-
## Summary
In the current `top-10000-project-gutenberg-words.json` there are several multi letter strokes that are saved as a single word:
```
"KWR*/*E": "ye",
"T*/*E": "te",
"R*/*E": "re",
"T…
-
The documentation for [`catalog.Dictionary`](https://pkg.go.dev/golang.org/x/text@v0.8.0/message/catalog#Dictionary) says
> returns a message compiled with catmsg.Compile
But catmsg is an intern…
-
Lazy evaluation of dicts would be very useful for passing kwarg dicts to constructors. Currently, the constructor statement needs to wait for all dict values before it can begin execution. With lazy e…
-
There are many repeated strings in the metadata JSON. Perhaps compress using: https://coderwall.com/p/mekopw/jsonc-compress-your-json-data-up-to-80
-
In discussion with Deloitte, I did an on-the-fly whip-together of a process to create new guests for OCP. At a high level it goes like this:
- ensure sufficient disk space present in the DirMaint `LI…
-
At the moment EFI_CONSOLE_AF and TS_SERIAL_AF are hard-coded
```
// todo: this should be detected automatically based on pin selection
#define EFI_CONSOLE_AF 7
// todo: this should be detected…
-
The flex-header work shows that most of the cycles for compilation are spent finding NTs by name and by XT. That work also makes things a bit worse since walking that linked list gets a bit slower.
…