Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
megibyan committed Nov 30, 2021
1 parent 6276a16 commit 4a60177
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,9 @@ $ ./Test
[MIT](https://choosealicense.com/licenses/mit/)

## Future improvements
- Get rid of Served and do the server handling using boost natively.
- There are a couple of issues in the library, and it's not maintained anymore.
- Support for other OSs.
- This should be as simple as building third party dependencies for the platforms.
- Short URL can be 7 characters fixed.
- Use a non SQL DB instead of memory hashing.
- Third party dependencies should have better place to live.
- Rebuild `boost` with `-DCXX_VISIBILITY_PRESET=hidden`.

### Known issues
- In case of internal crash the service process may still live because of a corner case bug in `Served` library.
### Limitations
- Current encoding guarantees the uniqueness but doesn't guaranty the short URL length.

0 comments on commit 4a60177

Please sign in to comment.