I want to include a large lookup table (100,000 of 3-byte values) inside a C # module.
Is there a compiler directive that will load binary data from an external file into a static string?
Why not just include the file in the assembly as an embedded resource and then upload it with Assembly.GetManifestResourceStream? Then just load it from the stream into any desired data structure in memory.
Assembly.GetManifestResourceStream
Source: https://habr.com/ru/post/1768295/More articles:how to convert a JSONString to a Javascript object - jsonIs there an API for the SharePoint 2010 client-object platform based on JavaScript? - javascriptDQL-Documentum Query - dqlOSX Ruby Gems Add to Ruby Path? - ruby | fooobar.comSelect Where Table.Value == Maximum - c #what is wrong with this javascript object? - javascriptCreating a Custom InputScope for Windows Phone 7 - soft-keyboardGet a list of class constants - phpPrinting WPF Visuals with MVVM Template - printingJRuby: create Java InputStream or byte [] from RubyString - javaAll Articles