mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 22:10:15 +03:00
58009b7c04
This change replaces an sqllite-backed suggestions' repo with a simple, in-memory, one. As `completion` functionality has been implemented completely in GUI, there is no need to support it in backend, which simplifies a lot of functionality. Closes #9650 and #9471. # Important Notes Loading suggestions and sending them to GUI on startup is almost instantaneous. Previously it would take ~10s just for `Standard.Base`.
11 lines
749 B
Plaintext
11 lines
749 B
Plaintext
/************************************************************************
|
|
* Licensed under Public Domain (CC0) *
|
|
* *
|
|
* To the extent possible under law, the person who associated CC0 with *
|
|
* this code has waived all copyright and related or neighboring *
|
|
* rights to this code. *
|
|
* *
|
|
* You should have received a copy of the CC0 legalcode along with this *
|
|
* work. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.*
|
|
************************************************************************/
|