Hi everyone... so I've been making more progress with my whole ElfDataFuzzy thing. I know I talk about it a lot here, probably more than the subscribers are...
... I mean ElfDataFile will be async. It sounded like I meant the fuzzy class, but I meant the file class. ElfDataFuzzy will use ElfDataFile, to get the async...
... no, please! it's great to hear what you're doing... and i'm gonna start using your plug-in very soon. -bowerbird ************** Planning your summer road...
... Well let me know if you want a beta. And if you want a beta, let me know what platforms you are running ;) It will save me time as I won't have to make a...
Hi everyone, I think I found the answer to my speed problems in my ElfDataFuzzy class. Funnily enough, I never bothered to look ahead to see if my experiences...
So... I almost had a new release out of ElfData. v5. The fuzzy thing works, it's not amazingly fast at all things (just fast in certain conditions), but I've...
... Windows just complains about out-of-memory errors when it doesn't know what's gone wrong. Nothing new about that.It's been really irritating for years. -- ...
... OK. It really was an out of memory error. It was happening on one line I was doing, where I did this: e = file.Read( 1000000000 ) ... Obviously, I expected...
... Whoops. That's not true either :( I do have a redesign planned. I want to use ElfDataIndex instead of ElfDataDictionary :D I haven't written ElfDataIndex...
... Erm... More overhead, but I think the execution is faster. I haven't tested it, but it SHOULD be faster, due to "recovery algorithm" I put in there. That...
dim path as ElfData dim fs as new FastString path = DesktopFolder.ShellPath if path.Chdir = 0 then fs.File = "elfdata.txt" fs.AppendLine "hello" fs.AppendLine...
OK I should have modified these two a bit. The first one might break if the directory separator is not "/", and the second one was not a true comparison as it...
OK... I updated my ElfData Showcase. And added one ElfDataFile example. I wrote an example that compared the speed of ElfDataFile + XMLStringGenerator (which...
OK... I did a few more tests. When we are writing lots of small things, to a binarystream and to an ElfDataFile+FastString combo... the ElfData version wins in...
OK. I did a tiny update. This version adds FolderItem.chdir, and FolderItem.ElfData chdir just does a chdir. FolderItem.ElfData allows you to read and write to...
Btw... this "simple example", now looks like this, in ElfData v5.01 dim fs as new FastString if DesktopFolder.Chdir = 0 then fs.File = "elfdata.txt" ...
Now that ElfData has proper Unix files in there... you can do everything you can do with Unix files. At least everything that the functions "read/write/open"...
dim f as FolderItem dim bs as BinaryStream f = GetFolderItem( "/dev/random", FolderItem.PathTypeShell ) bs = f.OpenAsBinaryFile( false ) EditField1.text =...
http://elfdata.com/plugin/elfdata.zip Version 5.02 • Fixed a bug where ElfData.Hex could return nil for an empty ElfData • Improved ElfDataFile's handling...
Sorry about the UTF-8 characters not emailing properly. It's supposed to be "hello world" with the letters made into sorta lookalike characters. Anyhow, for...
Hi everyone, I've fixed the path handling of ElfDataFile a bit more. Seems it didn't quite work on Windows all the time. It seems to be reliable for me, now....
Hi people, For a hobby project, I'm trying to process logic. So... I found that adding two facts together is easy. For example... if I were to say that: "all...
Hi everyone, so I fixed a few bugs in my logic project. Seems to work for some basic examples, although I'm sure bugs are remaining. So, here is a page about...
... Thanks Ronald, however I have the feeling that pretty much all existing information out there will only harm my chances and speed of invention. Why?...