mleku @mleku - 2d
#realy #devstr #progressreport w00t w00t i finally managed to get the indexer to complete indexing 117k events, the ones stored in realy.mleku.dev now the indexes are in there, i can start writing the logic for it to update them when new events come in, and then get the actual search function written had some fun blowing up my memory through that process... badger does not like getting disrupted mid-way without proper waiting and cleanup being done. i also found it was best to keep the entire indexing update in a single thread because when i let it fan out to 4 or more the concurrent indexes of each word frequently overlapped and caused write conflicts and i have that handled too now, it retries until it doesn't get an error or the program is shutting down