Paulo Coghi

Results 46 issues of Paulo Coghi

Hello, Rasmus! First of all, congratulations on this challenging journey. **tl;dr** Which approach do you believe is more "human/humane" to create a compiled language? Which books do you recommend me?...

Is it possible to search multiple types/models at the same time with Elasticquent?

**Is your feature request related to a problem? Please describe.** It would be better if we could compare how lyra behaves among other existing full-text search JS libraries. **Describe the...

discussion

I saw the issues #120 and #140 suggesting the implementation of Algolia as a replacement for the Google search. But I would like to suggest a **simpler** approach: [Lunr.js](https://lunrjs.com/) ([github](https://github.com/olivernn/lunr.js))...

I discovered [nearform/lyra](https://github.com/nearform/lyra) which launched just a few weeks ago and presents itself as a "fast, in-memory, typo-tolerant, full-text search engine", with lookups that takes [microseconds](https://github.com/nearform/lyra/tree/main/packages/benchmarks). Would be interesting to...

After reading https://github.com/mukul-rathi/bolt/issues/145, I would like to know your opinion on using Boehm-Demers-Weiser Garbage Collector [github.com/ivmai/bdwgc](https://github.com/ivmai/bdwgc) instead of GC_malloc. It can be used as a plug-in replacement for C/C++ malloc,...

First of all, congratulations for your really great project! Simple and efficient. I want to help with translations (to Brazilian Portuguese and Italian), and I just want to know if...

I would also like to know if the project can fetch the book data from sources like [WorldCat](https://www.worldcat.org/), [Google Books API](https://developers.google.com/books/) or [ISBN-DB API](http://isbndb.com/api/v2/docs), or if you plan to add...