Note that this is a very important step, but it is just a first step. We have a few Linux experts review the code, and we haven’t even started yet with working on RavenDB itself.
Jakub,
Yes, everything is the same in the end.
During the process, we had a lot of different stuff, but we managed to get the same codebase throughout.
Hell, we can even get the code compiling on Windows and running successfully on Linux
Comment preview
Comments have been closed on this topic.
Markdown formatting
ESC to close
Markdown turns plain text formatting into fancy HTML formatting.
Phrase Emphasis
*italic* **bold**
_italic_ __bold__
Links
Inline:
An [example](http://url.com/ "Title")
Reference-style labels (titles are optional):
An [example][id]. Then, anywhere
else in the doc, define the link:
[id]: http://example.com/ "Title"
> Email-style angle brackets
> are used for blockquotes.
> > And, they can be nested.
> #### Headers in blockquotes
>
> * You can quote a list.
> * Etc.
Horizontal Rules
Three or more dashes or asterisks:
---
* * *
- - - -
Manual Line Breaks
End a line with two or more spaces:
Roses are red,
Violets are blue.
Fenced Code Blocks
Code blocks delimited by 3 or more backticks or tildas:
```
This is a preformatted
code block
```
Header IDs
Set the id of headings with {#<id>} at end of heading line:
## My Heading {#myheading}
Tables
Fruit |Color
---------|----------
Apples |Red
Pears |Green
Bananas |Yellow
Definition Lists
Term 1
: Definition 1
Term 2
: Definition 2
Footnotes
Body text with a footnote [^1]
[^1]: Footnote text here
Abbreviations
MDD <- will have title
*[MDD]: MarkdownDeep
FUTURE POSTS
Partial writes, IO_Uring and safety - about one day from now
Configuration values & Escape hatches - 5 days from now
What happens when a sparse file allocation fails? - 7 days from now
NTFS has an emergency stash of disk space - 9 days from now
Challenge: Giving file system developer ulcer - 12 days from now
And 4 more posts are pending...
There are posts all the way to Feb 17, 2025
RECENT SERIES
Challenge
(77): 20 Jan 2025 - What does this code do?
Answer
(13): 22 Jan 2025 - What does this code do?
Comments
Congratz! Good step forward!
Nice, very nice.
Now that's something to cheer about! Bravo.
Congrats, that is quite a milestone to achieve. Its cool to know that a native c# storage engine on mono is doable.
Woohooo! This is huge! Congrats to getting to this point; I know it has been a lot of work and battles with Mono.
Big step indeed. Wondering what the performance is when the OS .NET5 (when it comes out) instead of mono is used :-)
Awesome :)
Great job guys! can't wait to see the performance comparison to .net core.
Fantastic news ! Congrats!!
How was your experience with MonoDevelop? Did you have to modify the csprojs?
Jakub, We ended up using the exact same code base on both Linux and Windows. No modifications at all
Well, comparing to my experiences, it's hard to believe :) Even the same profiles?
Jakub, Yes, everything is the same in the end. During the process, we had a lot of different stuff, but we managed to get the same codebase throughout. Hell, we can even get the code compiling on Windows and running successfully on Linux
Comment preview