Skip to content

Commit

Permalink
Implement better way (allocation free mostly) language detection
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Malusev <[email protected]>
  • Loading branch information
CodeLieutenant committed Apr 18, 2024
1 parent ee40a5b commit 583bf8d
Show file tree
Hide file tree
Showing 41 changed files with 229 additions and 416 deletions.
76 changes: 0 additions & 76 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,22 +148,13 @@
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.cursorBlinking": "smooth",
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"git.alwaysSignOff": true,
"git.autofetch": true,
"git.ignoreLimitWarning": true,
"files.eol": "\n",
"files.trimTrailingWhitespace": true,
"explorer.incrementalNaming": "smart",
"explorer.sortOrder": "type",
"[proto3]": {
"editor.defaultFormatter": "zxh404.vscode-proto3"
},
"files.exclude": {
"**/.idea/": true,
"**/.nuke": true,
Expand All @@ -177,71 +168,4 @@
"debug.allowBreakpointsEverywhere": true,
"debug.console.historySuggestions": true,
"debug.console.collapseIdenticalLines": true,
"ansible.python.interpreterPath": "/bin/python",
"files.associations": {
"*main.yml": "ansible",
"string_view": "cpp",
"istream": "cpp",
"array": "cpp",
"atomic": "cpp",
"bit": "cpp",
"*.tcc": "cpp",
"cctype": "cpp",
"charconv": "cpp",
"chrono": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"compare": "cpp",
"concepts": "cpp",
"csignal": "cpp",
"cstdarg": "cpp",
"cstddef": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"deque": "cpp",
"set": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"vector": "cpp",
"exception": "cpp",
"algorithm": "cpp",
"functional": "cpp",
"iterator": "cpp",
"memory": "cpp",
"memory_resource": "cpp",
"numeric": "cpp",
"optional": "cpp",
"random": "cpp",
"ratio": "cpp",
"system_error": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"utility": "cpp",
"format": "cpp",
"fstream": "cpp",
"initializer_list": "cpp",
"iomanip": "cpp",
"iosfwd": "cpp",
"iostream": "cpp",
"limits": "cpp",
"new": "cpp",
"numbers": "cpp",
"ostream": "cpp",
"semaphore": "cpp",
"span": "cpp",
"sstream": "cpp",
"stdexcept": "cpp",
"stop_token": "cpp",
"streambuf": "cpp",
"text_encoding": "cpp",
"thread": "cpp",
"typeinfo": "cpp",
"variant": "cpp"
}
}
173 changes: 0 additions & 173 deletions cbits.cpp

This file was deleted.

2 changes: 1 addition & 1 deletion fasttext.cpp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#include <fasttext.cc>
#include <fasttext/src/fasttext.cc>
Loading

0 comments on commit 583bf8d

Please sign in to comment.