Go to file
Adam Rocska f5b45e7e69 Reader coverage.
Signed-off-by: Adam Rocska <adam.rocska@adams.solutions>
2020-06-04 14:35:45 +02:00
.idea Committing the complete mess. I managed to trial&error on converting the php fantasy dictionaries into structs. Though some of the field types are mere blind guesses, so fingers crossed. 2020-06-02 16:38:44 +02:00
Documentation Data can be read nicely. Next stop : Finish the API layer. Once done : 2020-06-01 14:29:02 +02:00
Sources Reader coverage. 2020-06-04 14:35:45 +02:00
Tests Reader coverage. 2020-06-04 14:35:45 +02:00
.gitignore Initial Commit. 2020-04-27 15:25:09 +02:00
.gitmodules Removed submodules, and doing stuff. 2020-04-28 11:08:31 +02:00
LICENSE Made the LICENSE stricter. After all this madness I don't want these mountebank php scripters forking and redistributing as their own. 2020-05-29 15:05:05 +02:00
Package.swift Renamed the Index module to IndexReader in hope that it'll help me resolve this small generic issue I have here. 2020-05-30 20:34:28 +02:00
README.md postpone... 2020-05-30 22:10:15 +02:00
smart.sh Committing the complete mess. I managed to trial&error on converting the php fantasy dictionaries into structs. Though some of the field types are mere blind guesses, so fingers crossed. 2020-06-02 16:38:44 +02:00

README.md

GeoIP2-swift

HEAVILY WORK IN PROGRESS.

Progress postponed for a few days. In its current state it mostly works, but is unacceptably slow to initialize. The lookup time is fast, but it's an unacceptable speed to initialize.

Initialization performance problems root mainly from the poor DB design.

Will revisit after 8th of July.